/** * Copyright 2025 Medallia Inc. * https://www.medallia.com/ */ window._da_=window._da_||[];_da_['jsVersion']=1715709372;_da_["da_websiteId"] = 253647;_da_["returnVisit"] = false;_da_["accountNumber"] = 13874;_da_["da_dnsRecord"] = "collection.decibelinsight.net";_da_["intPreScripts"] = function(){try{(function(){function c(b){if(b.detail&&b.detail.tokens){b=b.detail.tokens;var d,e=[];for(d in b)if(b.hasOwnProperty(d)){var a=b[d];if(a["activity.name"]&&a["experience.name"]&&a["experience.id"]&&a["activity.id"]){var c=a["activity.name"]+" : "+a["experience.name"];a=a["activity.id"]+"-"+a["experience.id"];-1>=e.indexOf(a)&&(decibelInsight("sendIntegrationData","AdobeTarget",{name:c,id:a}),e.push(a))}}}}window.di_adobe_event_bound||(document.addEventListener("ATDecibelTokens",c),window.di_adobe_event_bound=!0)})();}catch(e){window[window.DecibelInsight].warn('DecibelInsight: Configuration error in Integration Tag.', e.toString()); if (window[window.DecibelInsight].handleException) window[window.DecibelInsight].handleException('Integration', e, 'CONFIG');}};_da_["intScripts"] = function(){try{(function () {var b = 0,alreadyTracked = (((window._da_.int_state || '').indexOf('adobe:1') !== -1) || (window.sessionStorage && +window.sessionStorage.di_adobe_tracked === 1)),a = function () {if (window.decibelInsight && typeof window.s != 'undefined') {window.decibelInsight('onHTMLCollected', function () {if (decibelInsight('isDomainValid', ["support.savethechildren.org","www.savethechildren.org"])) {var _tr = window.s; window.sessionStorage && (window.sessionStorage.di_adobe_tracked = 1); _tr.eVar42=decibelInsight('getSessionId');_tr.linkTrackVars='eVar42';_tr.tl(true,'o','Decibel Insight Session ID');}});} else {(30 > ++b) && setTimeout(a, 25);}};!alreadyTracked && a();})();}catch(e){window[window.DecibelInsight].warn('DecibelInsight: Configuration error in Integration Tag.', e.toString()); if (window[window.DecibelInsight].handleException) window[window.DecibelInsight].handleException('Integration', e, 'CONFIG');}};_da_["pageURLCallback"] = _da_["pageURLCallback"] || function(){try{if(/site\/Donation2.*donation=completed/.test(location.href)){return location.href.replace(location.search,"/complete");}}catch(e){ if (window[window.DecibelInsight].handleException) window[window.DecibelInsight].handleException('pageURLCallback', e, 'CONFIG'); window[window.DecibelInsight].warn('DecibelInsight: Configuration error in pageURLCallback. ', e.toString());return '';}};_da_["formTitleCallback"] = _da_["formTitleCallback"] || function(form){try{if(!this.isEmpty(form.getAttribute('data-di-form-id'))){return form.getAttribute('data-di-form-id');}else if(!this.isEmpty(form.getAttribute('name'))){return form.getAttribute('name');}else if(!this.isEmpty(form.getAttribute('id'))){return form.getAttribute('id');} return'';}catch(e){ if (window[window.DecibelInsight].handleException) window[window.DecibelInsight].handleException('formTitleCallback', e, 'CONFIG'); window[window.DecibelInsight].warn('DecibelInsight: Configuration error in formTitleCallback. ', e.toString());return '';}};_da_["fieldTitleCallback"] = _da_["fieldTitleCallback"] || function(field){try{if(field.parentNode&&field.parentNode.tagName.toUpperCase()==='LABEL'){return this.Sizzle.getText(field.parentNode);} if(!this.isEmpty(field.id)){var labelList=this.Sizzle('label[for=\''+field.id+'\']');if(labelList.length){return this.Sizzle.getText(labelList[0]);}} if(!this.isEmpty(field.getAttribute('data-di-field-id'))){return field.getAttribute('data-di-field-id');} if(!this.isEmpty(field.id)){return field.id;} return field.name;}catch(e){ if (window[window.DecibelInsight].handleException) window[window.DecibelInsight].handleException('fieldTitleCallback', e, 'CONFIG'); window[window.DecibelInsight].warn('DecibelInsight: Configuration error in fieldTitleCallback. ', e.toString());return '';}};_da_["fieldErrorCallback"] = _da_["fieldErrorCallback"] || function(field){try{var error=field.parentNode?field.parentNode.querySelector('[class="form__error"]'):false;if(field.getAttribute('type')==='hidden'){return false;} if(!error)return false;return error.innerText?error.innerText.trim():false;}catch(e){ if (window[window.DecibelInsight].handleException) window[window.DecibelInsight].handleException('fieldErrorCallback', e, 'CONFIG'); window[window.DecibelInsight].warn('DecibelInsight: Configuration error in fieldErrorCallback. ', e.toString());return false;}};_da_["attributionCallback"] = _da_["attributionCallback"] || function(el){try{if(el.nodeName==='A'){return checkAnchor(el);}else{return checkElement(el);} function checkAnchor(e){if(e.getAttribute('href')==='#'&&!e.getAttribute('id')&&!e.getAttribute('data-di-id')){return applyId(e);}} function checkElement(e){if(!e.getAttribute('id')&&!e.getAttribute('data-di-id')){return applyId(e);}} function generateId(e){if(e.textContent===''&&!e.getAttribute('value')&&!e.getAttribute('name')){return camelize(e.parentNode.getAttribute('class'));} if(e.getAttribute('value')){return camelize(e.getAttribute('value'));} if(e.getAttribute('name')){return camelize(e.getAttribute('name'));} return camelize(e.textContent);} function applyId(e){var generatedId=generateId(e),id='#gen_'+generatedId,incrementedId=id,i=1;while(document.querySelector('[data-di-id="'+incrementedId+'"]')&&i<100){incrementedId=id+'_'+i;i++;} if(i<100){return incrementedId;}} function camelize(str){if(!str){return;} return str.replace(/(?:^\w|[A-Z]|\b\w|\s+)/g,function(match,index){if(+match===0)return'';return index===0?match.toLowerCase():match.toUpperCase();});}}catch(e){ if (window[window.DecibelInsight].handleException) window[window.DecibelInsight].handleException('attributionCallback', e, 'CONFIG'); window[window.DecibelInsight].warn('DecibelInsight: Configuration error in attributionCallback. ', e.toString());return '';}};_da_["customHmURLCallback"] = _da_["customHmURLCallback"] || function(url, callback){try{var regEx=/(.*\/child\/)/;if(window.location.hash.match(regEx)){callback(url.replace(regEx,location.protocol+"//"+location.hostname+location.pathname+location.hash.replace(/^#!\//,'/')));} else{callback(url);}}catch(e){ if (window[window.DecibelInsight].handleException) window[window.DecibelInsight].handleException('customHmURLCallback', e, 'CONFIG'); window[window.DecibelInsight].warn('DecibelInsight: Configuration error in customHmURLCallback. ', e.toString());return '';}}; /** * Copyright Medallia Inc. * https://www.medallia.com/ */ /** * Diff Match and Patch * Copyright Google Inc. * http://code.google.com/p/google-diff-match-patch/ * Licensed under the Apache License, Version 2.0 (the "License"); * http://www.apache.org/licenses/LICENSE-2.0 */ /** * Sizzle CSS Selector Engine v2.2.1-pre * http://sizzlejs.com/ * Released under the MIT license * http://jquery.org/license */ !function(){"use strict";function a(a,b,c){var d,e;if(b)for(d=b.length,e=0;d>e;e++)if(e in b&&(c?b[e][c]:b[e])===a)return e;return-1}function b(a){return"undefined"==typeof a||null===a||""===a}function c(a){var b;try{b=a.cssRules||a.rules}catch(c){}return b}function d(a){return"undefined"==typeof a}function e(a){var b="";return b}function f(a){return"string"==typeof a}function g(a){return Array.isArray?Array.isArray(a):"[object Array]"===Object.prototype.toString.call(a)}function h(a,b){for(var c,e=(function(e){var f="dataLayer"===c;if(c=a[e],f&&g(b)){var i=!1;b.forEach(function(a){var e=h([c],a);d(e)||(b=e,i=!0)}),!i&&(b=void 0)}else{if(!("object"==typeof b&&c in b))return b=void 0,"break";b=b[c]}}),f=0;f4?"__*"+a.length+";":a}function p(a){var b=null;return"string"==typeof a&&(b=a.replace(Ub.mask,"*").replace(Ub.maskReducer,o)),b}function q(a){return a.replace(Ub.email,function(a,b,c){return b+p(c)})}function r(a){return a.replace(Ub.ssn,p)}function s(a){return a.replace(Ub.cc,function(a,b){return p(b)})}function t(a,b,c){Object.keys(a).length?b[c]=a:delete b[c]}function u(a){return b(a)?"":encodeURIComponent(String(a))}function v(a){return a.replace(Ub.lowerEncoded,function(a,b){return"%"+b.toLowerCase()})}function w(a,b){return b.width&&-1===a.search(Ub.stW)&&(a+=" width: "+b.width+"px;"),b.height&&-1===a.search(Ub.stH)&&(a+=" height: "+b.height+"px;"),a}function x(a){null===a&&(a="");var b,c=a.length,d=0,e=[],f=function(b){var c="",e=b.exec(a.substring(d));return e&&(c=e[0],d+=c.length),c};for(f(Ub.lComSp);c>d;)b=f(Ub.lNSp),","===b.slice(-1)?e.push({u:b.replace(Ub.tCom,""),d:""}):e.push({u:b,d:f(Ub.lNCom).trim()}),f(Ub.lComSp);return e}function y(a){return"function"==typeof a}function z(a,b){var c=null;return a&&y(a.getAttribute)&&(c=a.getAttribute(b)),c}function A(a){var b=z(a,"href");return"#"!==b.charAt(0)&&(f(a.href)&&(b=a.href||b),ec.igQH&&(b=b.replace(Ub.igQH,""))),b}function B(a,b){var c;if(ec.hasStor)try{c=a.getItem(b)}catch(d){}return c}function C(a){try{return B(Kb.sessionStorage,a)}catch(b){}}function D(){var a,b,c,d=[];for(b=0;256>b;b++){for(a=b,c=0;8>c;c++)a=1&a?3988292384^a>>>1:a>>>1;d[b]=a}return d}function E(a){for(var b=self._da_crcTable||(self._da_crcTable=D()),c=-1,d=0,e=a.length;e>d;d++)c=c>>>8^b[255&(c^a.charCodeAt(d))];return(-1^c)>>>0}function F(a){return a=""+(b(a)?"":a),E(a.substr(0,a.length/2)).toString(16)+"-"+E(a.substr(a.length/2)).toString(16)}function G(){return(new Date).getTime()}function H(a,c,d){if(ec.hasStor)try{return b(d)?a.removeItem(c):a.setItem(c,d),!0}catch(e){return!1}return!1}function I(a,b){try{return H(Kb.sessionStorage,a,b)}catch(c){}}function J(){var a=C("di_tab_hash"),b=+C("di_tab_active");return(!a||b)&&(a=F(G()+"_"+Ob.random()),I("di_tab_hash",a)),I("di_tab_active",1),a}function K(a){for(var c=!1;!c&&j(a)&&!l(a);)c=!b(z(a,"data-di-id")),a=a.parentNode||a.host;return c}function L(a){return!isNaN(parseFloat(a))&&isFinite(a)}function M(a){return null!==a&&"object"==typeof a}function N(){for(var a=[],b=0;b=5&&c.push({"function":f[1],line:parseInt(f[3]),col:parseInt(f[4])})}return c}function P(a){var b=!1;if(a.name)b=a.name.trim();else if(a.stack){var c=a.stack.match(Ub.jsEType);b=c?c[1]:!1}return b}function Q(a){var b={};try{Kb.JSON&&Kb.JSON.parse?b=Kb.JSON.parse(a):N("DXA warning: JSON.parse function not available")}catch(c){Zb.processError("JSON",c,Xb.ERROR,_b.JSON)}return b}function R(a,b){return a&&a.hasOwnProperty(b)}function S(){for(var a=[],b=0;bc;c++)for(d in a[c])R(a[c],d)&&(e[d]=a[c][d]);return a[0]}function T(a,b,c){var d;if(M(a))for(d in a)R(a,d)&&b.call(c,a[d],d,a)}function U(a){var b=ec.jEList.GenericError;if(a){var c=P(a);ec.jEList.hasOwnProperty(c)&&(b=ec.jEList[c])}return b}function V(a){var c="";return b(hc[a])?b(hc["da_"+a])||(c=hc["da_"+a]):c=hc[a],c}function W(a){return a?1:0}function X(a){var b=a.path||a.composedPath&&a.composedPath();return b?b[0]:a.target||a.srcElement}function Y(){return/Android/i.test(Mb.userAgent)&&/Chrome\/[0-9]/i.test(Mb.userAgent)}function Z(){var a={f0:{str:"",keys:[8,9,13,33,34,35,36,37,38,39,40,116]},f2:{str:"c",keys:[65,67,68,70,76,80,82,83,86,88,90,116]},f4:{str:"s",keys:[8]},f6:{str:"cs",keys:[82]},f8:{str:"a",keys:[]}};return ec.isMac?a.f2.keys.push(37,39):a.f8.keys.push(37,39),a}function $(a,b){return Kb.btoa?(b?"":"DIB64;")+Kb.btoa(unescape(encodeURIComponent(a))):a}function _(a){var b=0;return a&&a.di_dom&&(b=a.di_dom.i),b}function aa(){var a=[];return Qb.search("input:invalid, select:invalid, textarea:invalid").forEach(function(b){a.push(_(b))}),a.join("|")}function ba(){var a,b;if("innerWidth"in Kb){if(a=Kb.innerWidth,b=Kb.innerHeight,"visualViewport"in Kb){var c=Kb.visualViewport;c.scale>1&&Ob.abs(c.width-a)<2&&(a=Ob.round(a*c.scale),b=Ob.round(b*c.scale))}}else{var d=Lb.documentElement||Lb.body;a=d.clientWidth,b=d.clientHeight}return{width:a,height:b,top:0,left:0,bottom:b,right:a}}function ca(){var a=Ob.max(Lb.documentElement.scrollWidth,Lb.body.scrollWidth,Lb.documentElement.offsetWidth,Lb.body.offsetWidth,Lb.documentElement.clientWidth),b=Ob.max(Lb.documentElement.scrollHeight,Lb.body.scrollHeight,Lb.documentElement.offsetHeight,Lb.body.offsetHeight,Lb.documentElement.clientHeight);return{width:a,height:b,top:0,bottom:b,left:0,right:a}}function da(a){return"undefined"==typeof a}function ea(a){var b={top:0,bottom:0,left:0,right:0,width:0,height:0};if(a&&!da(a.getBoundingClientRect)){var c=a.getBoundingClientRect();b.top=c.top,b.bottom=c.bottom,b.left=c.left,b.right=c.right,b.width=b.right-b.left,b.height=b.bottom-b.top}return b}function fa(a){return b(a)?{width:0,height:0,top:0,bottom:0,left:0,right:0}:a===a.window?ba():9===a.nodeType?ca():ea(a)}function ga(a){return"[object Arguments]"===Object.prototype.toString.call(a)}function ha(a){var b=M(a),c=!0;return T(a,function(){c=!1}),b&&c}function ia(a){var b=!1;return null===a?b=!1:a===a.window?b=a:9===a.nodeType&&(b=a.defaultView||a.parentWindow),b}function ja(a,b){var c,d=ia(a),e="Top"===b?"Y":"X";return c=d?d["scroll"+e]||d["page"+e+"Offset"]||Lb.body["scroll"+b]||Lb.documentElement["scroll"+b]:a["scroll"+b],Ob.max(c||0,0)}function ka(a){return ja(Kb,a)-(Lb.documentElement["client"+a]||0)}function la(a,b,c,d,e){var f,g,h,i,j,k,l=[],m=9999999,n=9999999,o=0,p=0;return Array.prototype.forEach.call(a,function(a){m=Ob.min(m,a.left),n=Ob.min(n,a.top),o=Ob.max(o,a.right),p=Ob.max(p,a.bottom),f=Ob.abs(o-m),g=Ob.abs(p-n)}),h=f>20&&g>20&&d>5,i=f*g,j=d/i,k=i/e,.007>j&&k>.002&&h&&(l=[Ob.floor(m+b),Ob.floor(n+c),Ob.ceil(o+b),Ob.ceil(p+c),d]),l}function ma(a,b,c,d,e,f){var g,h,i=a.textContent.trim().length;return i&&(b.selectNodeContents(a),g=b.getClientRects(),g.length&&(h=la(g,c,d,i,e),h.length&&f.push(h))),i}function na(a){var b,c,d,e,f,g=[];return a.length&&(g.push(a.shift()),a.forEach(function(a){b=g[g.length-1],e=Ob.max(0,Ob.min(b[2],a[2])-Ob.max(b[0],a[0])),c=Ob.abs(b[2]-b[0]),d=Ob.abs(a[2]-a[0]),f=e/((c+d)/2)*100,f>80&&Ob.abs(a[1]-b[3])<30?(b[0]=Ob.min(b[0],a[0]),b[1]=Ob.min(b[1],a[1]),b[2]=Ob.max(b[2],a[2]),b[3]=Ob.max(b[3],a[3]),b[4]+=a[4]):g.push(a)})),g}function oa(a,b){var c=Lb.createRange(),d=0,e=[],f=ka("Left"),g=ka("Top"),h=function(a){for(a=a.firstChild;a;)3===a.nodeType?d+=ma(a,c,f,g,b,e):1===a.nodeType&&"BUTTON"!==a.nodeName&&"A"!==a.nodeName&&h(a),a=a.nextSibling};h(Lb.body),a.txt=na(e),a.charArea=d?Ob.round(b/d):0}function pa(a,c){var d,e=[],f=a.parentNode;if(f)for(d=f.firstChild;d;)d!==a&&1===d.nodeType&&(b(c)||Qb.matchesSelector(d,c))&&e.push(d),d=d.nextSibling;return e}function qa(){var a,b,c=Qb.search("nav");return Qb.search("ul:not(ul ul, nav ul)").forEach(function(d){a=Qb.search("li",d,!0),b=a.filter(function(a){return a.childElementCount&&"A"===a.firstElementChild.nodeName}),a.length&&a.length===b.length&&c.push(d)}),c}function ra(a){try{return B(Kb.localStorage,a)}catch(b){}}function sa(a){return a.wheelDelta||-a.deltaY||-a.detail}function ta(a){return Array.isArray?Array.isArray(a):"[object Array]"===Object.prototype.toString.call(a)}function ua(a){var b=M(a),c=!1;return T(a,function(){c=!0}),b&&c}function va(a,b,c,d){var e=a*b,f=e/d;return f>.02?[Ob.floor(c.left),Ob.floor(c.top),Ob.ceil(c.left+a),Ob.ceil(c.top+b)]:void 0}function wa(a,b){var c;if(ta(a))for(c=a.length;c;)c-=1,b(a[c],c)&&a.splice(c,1)}function xa(a){return a&&Ub.valId.test(a)}function ya(a){var b=A(a);return"#"!==b&&!Ub.hrefC.test(b)}function za(){var a="en";return Mb.userLanguage?a=Mb.userLanguage.replace("_","-"):Mb.language&&(a=Mb.language.replace("_","-")),a}function Aa(){var a="DOMMouseScroll";return"onmousewheel"in Lb?a="mousewheel":"onwheel"in Lb&&(a="wheel"),a}function Ba(a){var b=k(a);return"body"===b||"html"===b||"#document"===b||"#document-fragment"===b}function Ca(a,b){return a.currentStyle?a.currentStyle[b]:Lb.defaultView&&Lb.defaultView.getComputedStyle?Lb.defaultView.getComputedStyle(a)[b]:a.style[b]}function Da(a){for(var b,c=!1;!c&&j(a)&&!Ba(a);)b=Ca(a,"position"),c="fixed"===b||"sticky"===b,a=a.parentNode;return c}function Ea(a){var b=typeof a,c={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},d=function(a){return a.match(Ub.escape)?a.replace(Ub.escape,function(a){var b=c[a];return"string"==typeof b?b:(b=a.charCodeAt(),"\\u00"+Math.floor(b/16).toString(16)+(b%16).toString(16))}):a};if(M(a)){var e=[],f=a.constructor===Array;return T(a,function(a,c){b=typeof a,"string"===b?a='"'+d(a)+'"':j(a)?a='"[object HTMLElement]"':M(b)&&null!==a&&(a=Ea(a)),e.push((f?"":Ea(c)+":")+String(a))}),(f?"[":"{")+String(e)+(f?"]":"}")}return"string"===b&&(a='"'+d(a)+'"'),String(a)}function Fa(){return Mb.userAgent}function Ga(a){return a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()}function Ha(a,b,c,d){if(!y(a))return null;var e=0,f=null;return function(){var g=d||this,h=G(),i=function(){a.apply(g,Rb.call(arguments)),e=G(),f=null};c&&0===e&&(e=h),h-e>b?i():null===f&&(f=setTimeout(i,e+b-h))}}function Ia(){try{return M(Kb.sessionStorage)&&y(Kb.sessionStorage.getItem)&&M(Kb.localStorage)&&y(Kb.localStorage.getItem)}catch(a){return!1}}function Ja(){var a=!1;try{var b=Object.defineProperty({},"passive",{get:function(){a=!0}});window.addEventListener("test",null,b)}catch(c){}return a}function Ka(a){return a.defaultPrevented||void 0===a.defaultPrevented&&Ga(a)}function La(){return Mb.vendor&&0===Mb.vendor.indexOf("Apple")&&/Safari\/[0-9]/i.test(Mb.userAgent)}function Ma(a,b){for(var c=[],d=2;da?c=0:a===b&&(c=1),c}function Qa(a){if(y(a)&&Kb.performance&&y(Kb.performance.getEntriesByType)){var b=Kb.performance.getEntriesByType("navigation");if(b.length){var c=b[0];da(c.responseStatus)||c.responseStatus>=400&&a(c.responseStatus,!0)}}}function Ra(a,b){var c,d;return a.di_index_store&&a.di_index_store.callTime===b?a.di_index_store.id:j(a)?(d=k(a),c=xa(a.id)?"#"+a.id:Ba(a)?d:Ra(a.parentNode,b)+" > "+d+(a.hasAttribute("href")?'[href="'+A(a)+'"]':""),a.di_index_store={callTime:b,id:c},c):""}function Sa(a){return(a||"").replace(Ub.trim,"")}function Ta(a){var c=["da_autoFragmentTrack","da_autoQueryTrack","da_maskEmail","da_maskSSN","da_frameRate","da_resourceRate","da_minResourceSize","da_fixedElementSelector","da_depthElementSelector","da_interactionSelector","da_personalDataSelector","da_unmaskFieldSelector","da_ignoreFieldSelector","da_ignoreElementSelector","da_ignoreFormSelector","da_canvasSelector","da_personalDataRegex","da_fragmentPattern","da_hmKeySelector","da_htmlResSelector","customHmCss"];c.forEach(function(c){b(hc[c])||(a[c]=hc[c])}),S(hc,a),S(ic,hc)}function Ua(a){try{for(var b=Lb.cookie.split(";"),c=0,d=b.length;d>c;c++){var e=b[c].substr(0,b[c].indexOf("=")),f=b[c].substr(b[c].indexOf("=")+1);if(e=e.replace(Ub.trim,""),e===a)return unescape(f)}}catch(g){}return null}function Va(){var a,b,c,d=Nb.search.substr(1),e={};if(""===d)return e;for(d=d.split("&"),a=0,b=d.length;b>a;++a)if(c=d[a].split("="),2===c.length)try{e[c[0]]=decodeURIComponent(c[1])}catch(f){}return e}function Wa(a){var b=ea(a);return!!(b.width&&b.height||a.offsetWidth&&a.offsetHeight)}function Xa(a){return Sa((a||"").replace(Ub.lb," "))}function Ya(a){var b=k(a);return"html"===b||"#document"===b||"#document-fragment"===b}function Za(a,b){return a=a.parentNode,Qb.matchesSelector(a,b)?a:Ya(a)?void 0:Za(a,b)}function $a(a,b,c){var d=c||ea(a),e=ka("Top"),f=ka("Left"),g={top:d.top+e,left:d.left+f};return b&&(g.right=d.right+f,g.bottom=d.bottom+e),g}function _a(a,b){var c,d,e,g=[];return f(a)&&(a=Qb.search(a)),a.forEach(function(a){d=fa(a),e=$a(a,!1,d),d.width&&d.height&&(c="IMG"===a.nodeName?va(d.width,d.height,e,b):[Ob.floor(e.left),Ob.floor(e.top),Ob.ceil(e.left+d.width),Ob.ceil(e.top+d.height)],c&&g.push(c))}),g}function ab(a){var c=z(a,"data-di-res-id");return b(c)&&(c=F(G()+"_"+Ob.random()),a.setAttribute("data-di-res-id",c),a.di_ResId=c),c}function bb(a){var b;try{b=a.cssRules||a.rules}catch(c){Zb.processError("Stylesheet",c,Xb.WARN)}return b}function cb(a){var b="",c=bb(a);if(c)for(var d=0,e=c.length;e>d;d++)b+=c[d].cssText+"\n";return b}function db(a){for(var b=0,c=0,d=0,e=a.length;e>d;d++){var f=a.charCodeAt(d);125===f?c>0&&c--:123===f?(c++,1===c&&b++):92===f&&d++}return b}function eb(a){var c=a.innerHTML||a.textContent||"";if(c=c.trim(),a.children&&a.children.length)c="hasNode";else if(!b(a.sheet))if(b(c))c=cb(a.sheet);else{var d=db(c),e=bb(a.sheet);"undefined"!=typeof e&&null!==e&&da?"0"+a:a}function ub(a,b){try{return H(Kb.localStorage,a,b)}catch(c){}}function vb(a){var b="";if(f(a)){var c=bc.originalBase?bc.originalBase:document.baseURI||document.location.href;try{b=new URL(a,c).href}catch(d){}}return b}function wb(a,b){if(b>0){var c=Math.pow(10,b);return Math.round(a*c)/c}return Math.round(a)}function xb(a,b){if(b.da_sid&&(a["X-DI-sid"]=b.da_sid),b.da_lid&&(a["X-DI-lid"]=b.da_lid),+b.da_from_native){I("_da_from_native",1);var c=+b.da_in_sample;c===lc.FORCED_IN?(a["X-DI-cookieflags"]="1|0|1|0|1|0",a["X-DI-jspsf"]=1):c===lc.FORCED_OUT?(a["X-DI-cookieflags"]="2|0|2|0|2|0",a["X-DI-jspsf"]=0):c===lc.FORCED_IN_SERVER?(a["X-DI-cookieflags"]="3|0|0|0|3|0",a["X-DI-jspsf"]=1):(a["X-DI-cookieflags"]="4|0|0|0|4|0",a["X-DI-jspsf"]=0)}}function yb(a){var b=C("d_int_state")||Ua("da_intState"),c=C("d_sessionId")||Ua("da_sid")||"",d=ra("_da_da_leadId")||Ua("da_lid")||"",e=c.split("|"),f=d.split("|"),g=["0","0","0","0","0","0"];if(4===e.length){var h=e[0].match(/\.(0|1)$/);h?(a["X-DI-jspsf"]=W(+h[1]),a["X-DI-sid"]=e[0].slice(0,-2)):a["X-DI-sid"]=e[0],g[0]=e[1],g[2]=e[2],g[4]=e[3],null!==b&&(a["X-DI-int-state"]=b)}4===f.length&&(a["X-DI-lid"]=f[0],g[1]=f[1],g[3]=f[2],g[5]=f[3]),(4===e.length||4===f.length)&&(a["X-DI-cookieflags"]=g.join("|"))}function zb(a,b,c){var d=a+"="+(b||"")+"; path=/; samesite=strict"+("https:"===Nb.protocol?"; secure":""),e=d+"; max-age="+(c?1800:31536e3)+"; domain=",f=d+"; max-age=0; domain=";if(hc.cookieDomain&&-1!==Nb.hostname.indexOf(hc.cookieDomain))return void(Lb.cookie=e+hc.cookieDomain);var g=Nb.hostname.split(".");if(g.length>2){Lb.cookie=f+g.slice(-2).join("."),Lb.cookie=f+g.slice(-3).join("."),Lb.cookie=e+g.slice(-2).join(".");var h=Ua(a);null===h&&(Lb.cookie=e+g.slice(-3).join("."))}else Lb.cookie=e+Nb.hostname}function Ab(a){var b=a+"=; path=/; samesite=strict"+("https:"===Nb.protocol?"; secure":"")+"; max-age=0; domain=";if(hc.cookieDomain&&-1!==Nb.hostname.indexOf(hc.cookieDomain))return void(Lb.cookie=b+hc.cookieDomain);var c=Nb.hostname.split(".");c.length>2?(Lb.cookie=b+c.slice(-2).join("."),Lb.cookie=b+c.slice(-3).join(".")):Lb.cookie=b+Nb.hostname}function Bb(){if(bc.proxyV2)if(Lb.documentElement.di_dom)Cb();else{var a=new Nc;a.observe(Lb.documentElement),Cb(a.disconnect.bind(a))}else Na("DIJSToDIExt",{response:!1})}function Cb(a){bc.scanCanvasList(Qb.search(bc.cS)),setTimeout(function(){var b=dc(Lb.documentElement.di_dom.clone()).replace(/\[DI_PROXY_URL\]/g,"").replace(/(https?)\//g,"$1://");Na("DIJSToDIExt",{response:b}),a&&a()},1e3)}function Db(a,b){var c,d,e,f,g,h,i,j;for(c=3&a.length,d=a.length-c,e=b,g=3432918353,h=461845907,j=0;d>j;)i=255&a[j]|(255&a[++j])<<8|(255&a[++j])<<16|(255&a[++j])<<24,++j,i=(65535&i)*g+(((i>>>16)*g&65535)<<16)&4294967295,i=i<<15|i>>>17,i=(65535&i)*h+(((i>>>16)*h&65535)<<16)&4294967295,e^=i,e=e<<13|e>>>19,f=5*(65535&e)+((5*(e>>>16)&65535)<<16)&4294967295,e=(65535&f)+27492+(((f>>>16)+58964&65535)<<16);switch(i=0,c){case 3:i^=(255&a[j+2])<<16;case 2:i^=(255&a[j+1])<<8;case 1:i^=255&a[j],i=(65535&i)*g+(((i>>>16)*g&65535)<<16)&4294967295,i=i<<15|i>>>17,i=(65535&i)*h+(((i>>>16)*h&65535)<<16)&4294967295,e^=i}return e^=a.length,e^=e>>>16,e=2246822507*(65535&e)+((2246822507*(e>>>16)&65535)<<16)&4294967295,e^=e>>>13,e=3266489909*(65535&e)+((3266489909*(e>>>16)&65535)<<16)&4294967295,e^=e>>>16,e>>>0}function Eb(a){for(var b=[],c=0;cd?b.push(d):2048>d?b.push(192|d>>6,128|63&d):55296>d||d>=57344?b.push(224|d>>12,128|d>>6&63,128|63&d):(c++,d=65536+((1023&d)<<10|1023&a.charCodeAt(c)),b.push(240|d>>18,128|d>>12&63,128|d>>6&63,128|63&d))}return b}function Fb(){Qb.selectors.cacheLength=300,Qb.selectors.pseudos.visible=jb,Qb.selectors.pseudos.scrollable=function(a){return(a.scrollWidth-a.clientWidth>5||a.scrollHeight-a.clientHeight>5)&&!Ba(a)},Qb.selectors.pseudos.inview=function(a){var b=ea(a);return b.bottom>=0&&b.top<=ba().height},Qb.selectors.pseudos.shadow=function(a){return!!a.shadowRoot&&!a.shadowRoot.__shady};var a=new md(Qb);Qb.deep=Ma(a.deepSearch,a),Qb.search=Ma(a.search,a)}function Gb(){var a;if(Kb.DecibelInsight=Kb.DecibelInsight||"decibelInsight",Kb[Kb.DecibelInsight+"_initiated"])return void(Kb[Kb.DecibelInsight].activateHeatmap||(Kb[Kb.DecibelInsight].activateHeatmap=Oc.activateHeatmap,Kb[Kb.DecibelInsight].activateDXAWidget=Oc.activateDXAWidget));if(Qc.init(),b(V("sessionId_e"))){if(!b(hc.config)&&M(hc.config))Ta(hc.config),delete hc.config,a=new ld,a.start();else if(!b(V("websiteId"))&&!b(V("accountNumber"))){var c=function(){var b=nc.getHeaderForConfig(),c=gb(b);Wc.execute(c,{extraHeader:b},function(b){var c=Q(b);ua(c)&&!Kb[Kb.DecibelInsight+"_initiated"]&&(Ta(c),a=new ld,a.start(),hc.jsVersion!==hc.configVersion&&N("DXA warning: Configuration version mismatch"))})},d=new cd("CrossFrameSession");d.checkParent(c)}}else a=new ld,a.start()}function Hb(){-1!==Lb.readyState.indexOf("in")?setTimeout(Hb,9):Gb()}var Ib,Jb=function(){function a(a,b,c,d,e){try{var f,g,h,i,k,m,n,o=b&&b.ownerDocument,p=b?b.nodeType:9;if(u.qsa=u.qsa||window.di_allow_non_native_querySelectorAll&&F.querySelectorAll,c=c||[],"string"!=typeof a||!a||1!==p&&9!==p&&11!==p)return c;if(!d&&((b?b.ownerDocument||b:N)!==F&&E(b),b=b||F,H)){if(11!==p&&(k=qa.exec(a)))if(f=k[1]){if(9===p){if(!(h=b.getElementById(f)))return c;if(h.id===f)return c.push(h),c}else if(o&&(h=o.getElementById(f))&&L(b,h)&&h.id===f)return c.push(h),c}else{if(k[2])return Z.apply(c,b.getElementsByTagName(a)),c;if((f=k[3])&&u.getElementsByClassName&&b.getElementsByClassName)return Z.apply(c,b.getElementsByClassName(f)),c}if(u.qsa&&!S[a+" "]&&(!I||!I.test(a))){if(1!==p||e)o=b,n=a;else if("object"!==b.nodeName.toLowerCase()){for((i=b.getAttribute("id"))?i=i.replace(sa,"\\$&"):b.setAttribute("id",i=M),m=y(a),g=m.length;g--;)m[g]="[id='"+i+"'] "+l(m[g]);n=m.join(","),o=ra.test(a)&&j(b.parentNode)||b}if(n)try{return Z.apply(c,o.querySelectorAll(n)),c}catch(q){}finally{i===M&&b.removeAttribute("id")}}}return A(a.replace(ga,"$1"),b,c,d)}catch(r){return[]}}function b(){function a(c,d){return b.push(c+" ")>v.cacheLength&&delete a[b.shift()],a[c+" "]=d}var b=[];return a}function c(a){return a[M]=!0,a}function d(a){var b=F.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function e(a,b){for(var c=a.split("|"),d=a.length;d--;)v.attrHandle[c[d]]=b}function f(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||U)-(~a.sourceIndex||U);if(d)return d;if(c)for(;c=c.nextSibling;)if(c===b)return-1;return a?1:-1}function g(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function h(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function i(a){return c(function(b){return b=+b,c(function(c,d){for(var e,f=a([],c.length,b),g=f.length;g--;)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function j(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}function k(){}function l(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function m(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=P++;return b.first?function(b,c,f){for(;b=b[d];)if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[O,f];if(g){for(;b=b[d];)if((1===b.nodeType||e)&&a(b,c,g))return!0}else for(;b=b[d];)if(1===b.nodeType||e){if(j=b[M]||(b[M]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===O&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function n(a){return a.length>1?function(b,c,d){for(var e=a.length;e--;)if(!a[e](b,c,d))return!1;return!0}:a[0]}function o(b,c,d){for(var e=0,f=c.length;f>e;e++)a(b,c[e],d);return d}function p(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function q(a,b,d,e,f,g){return e&&!e[M]&&(e=q(e)),f&&!f[M]&&(f=q(f,g)),c(function(c,g,h,i){var j,k,l,m=[],n=[],q=g.length,r=c||o(b||"*",h.nodeType?[h]:h,[]),s=!a||!c&&b?r:p(r,m,a,h,i),t=d?f||(c?a:q||e)?[]:g:s;if(d&&d(s,t,h,i),e)for(j=p(t,n),e(j,[],h,i),k=j.length;k--;)(l=j[k])&&(t[n[k]]=!(s[n[k]]=l));if(c){if(f||a){if(f){for(j=[],k=t.length;k--;)(l=t[k])&&j.push(s[k]=l);f(null,t=[],j,i)}for(k=t.length;k--;)(l=t[k])&&(j=f?_(c,l):m[k])>-1&&(c[j]=!(g[j]=l))}}else t=p(t===g?t.splice(q,t.length):t),f?f(null,g,t,i):Z.apply(g,t)})}function r(a){for(var b,c,d,e=a.length,f=v.relative[a[0].type],g=f||v.relative[" "],h=f?1:0,i=m(function(a){return a===b},g,!0),j=m(function(a){return _(b,a)>-1},g,!0),k=[function(a,c,d){var e=!f&&(d||c!==B)||((b=c).nodeType?i(a,c,d):j(a,c,d));return b=null,e}];e>h;h++)if(c=v.relative[a[h].type])k=[m(n(k),c)];else{if(c=v.filter[a[h].type].apply(null,a[h].matches),c[M]){for(d=++h;e>d&&!v.relative[a[d].type];d++);return q(h>1&&n(k),h>1&&l(a.slice(0,h-1).concat({value:" "===a[h-2].type?"*":""})).replace(ga,"$1"),c,d>h&&r(a.slice(h,d)),e>d&&r(a=a.slice(d)),e>d&&l(a))}k.push(c)}return n(k)}function s(b,d){var e=d.length>0,f=b.length>0,g=function(c,g,h,i,j){var k,l,m,n=0,o="0",q=c&&[],r=[],s=B,t=c||f&&v.find.TAG("*",j),u=O+=null==s?1:Math.random()||.1,w=t.length;for(j&&(B=g===F||g||j);o!==w&&null!=(k=t[o]);o++){if(f&&k){for(l=0,g||k.ownerDocument===F||(E(k),h=!H);m=b[l++];)if(m(k,g||F,h)){i.push(k);break}j&&(O=u)}e&&((k=!m&&k)&&n--,c&&q.push(k))}if(n+=o,e&&o!==n){for(l=0;m=d[l++];)m(q,r,g,h);if(c){if(n>0)for(;o--;)q[o]||r[o]||(r[o]=X.call(i));r=p(r)}Z.apply(i,r),j&&!c&&r.length>0&&n+d.length>1&&a.uniqueSort(i)}return j&&(O=u,B=s),q};return e?c(g):g}var t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M="sizzle"+1*new Date,N=window.document,O=0,P=0,Q=b(),R=b(),S=b(),T=function(a,b){return a===b&&(D=!0),0},U=1<<31,V={}.hasOwnProperty,W=[],X=W.pop,Y=W.push,Z=W.push,$=W.slice,_=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},aa="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",ba="[\\x20\\t\\r\\n\\f]",ca="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",da="\\["+ba+"*("+ca+")(?:"+ba+"*([*^$|!~]?=)"+ba+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+ca+"))|)"+ba+"*\\]",ea=":("+ca+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+da+")*)|.*)\\)|)",fa=new RegExp(ba+"+","g"),ga=new RegExp("^"+ba+"+|((?:^|[^\\\\])(?:\\\\.)*)"+ba+"+$","g"),ha=new RegExp("^"+ba+"*,"+ba+"*"),ia=new RegExp("^"+ba+"*([>+~]|"+ba+")"+ba+"*"),ja=new RegExp("="+ba+"*([^\\]'\"]*?)"+ba+"*\\]","g"),ka=new RegExp(ea),la=new RegExp("^"+ca+"$"),ma={ID:new RegExp("^#("+ca+")"),CLASS:new RegExp("^\\.("+ca+")"),TAG:new RegExp("^("+ca+"|[*])"),ATTR:new RegExp("^"+da),PSEUDO:new RegExp("^"+ea),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ba+"*(even|odd|(([+-]|)(\\d*)n|)"+ba+"*(?:([+-]|)"+ba+"*(\\d+)|))"+ba+"*\\)|)","i"),bool:new RegExp("^(?:"+aa+")$","i"),needsContext:new RegExp("^"+ba+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ba+"*((?:-\\d)?\\d*)"+ba+"*\\)|)(?=[^-]|$)","i")},na=/^(?:input|select|textarea|button)$/i,oa=/^h\d$/i,pa=/^[^{]+\{\s*\[native \w/,qa=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ra=/[+~]/,sa=/'|\\/g,ta=new RegExp("\\\\([\\da-f]{1,6}"+ba+"?|("+ba+")|.)","ig"),ua=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},va=function(){E()};try{Z.apply(W=$.call(N.childNodes),N.childNodes),W[N.childNodes.length].nodeType}catch(wa){Z={apply:W.length?function(a,b){Y.apply(a,$.call(b))}:function(a,b){for(var c=a.length,d=0;a[c++]=b[d++];);a.length=c-1}}}u=a.support={},x=a.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},E=a.setDocument=function(a){var b,c,e=a?a.ownerDocument||a:N;return e!==F&&9===e.nodeType&&e.documentElement?(F=e,G=F.documentElement,H=!x(F),F.documentMode&&(c=F.defaultView)&&c.top!==c&&(c.addEventListener?c.addEventListener("unload",va,!1):c.attachEvent&&c.attachEvent("onunload",va)),u.attributes=d(function(a){return a.className="i",!a.getAttribute("className")}),u.getElementsByTagName=d(function(a){return a.appendChild(F.createComment("")),!a.getElementsByTagName("*").length}),u.getElementsByClassName=pa.test(F.getElementsByClassName),u.getById=d(function(a){return G.appendChild(a).id=M,!F.getElementsByName||!F.getElementsByName(M).length}),u.getById?(v.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&H){var c=b.getElementById(a);return c?[c]:[]}},v.filter.ID=function(a){var b=a.replace(ta,ua);return function(a){return a.getAttribute("id")===b}}):(delete v.find.ID,v.filter.ID=function(a){var b=a.replace(ta,ua);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),v.find.TAG=u.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):u.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){for(;c=f[e++];)1===c.nodeType&&d.push(c);return d}return f},v.find.CLASS=u.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&H?b.getElementsByClassName(a):void 0},J=[],I=[],(u.qsa=pa.test(F.querySelectorAll))&&(d(function(a){G.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&I.push("[*^$]="+ba+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||I.push("\\["+ba+"*(?:value|"+aa+")"),a.querySelectorAll("[id~="+M+"-]").length||I.push("~="),a.querySelectorAll(":checked").length||I.push(":checked"),a.querySelectorAll("a#"+M+"+*").length||I.push(".#.+[+~]")}),d(function(a){var b=F.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&I.push("name"+ba+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||I.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),I.push(",.*:")})),(u.matchesSelector=pa.test(K=G.matches||G.webkitMatchesSelector||G.mozMatchesSelector||G.oMatchesSelector||G.msMatchesSelector))&&d(function(a){u.disconnectedMatch=K.call(a,"div"),K.call(a,"[s!='']:x"),J.push("!=",ea)}),I=I.length&&new RegExp(I.join("|")),J=J.length&&new RegExp(J.join("|")),b=pa.test(G.compareDocumentPosition),L=b||pa.test(G.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)for(;b=b.parentNode;)if(b===a)return!0;return!1},T=b?function(a,b){if(a===b)return D=!0,0;var c=!a.compareDocumentPosition-!b.compareDocumentPosition;return c?c:(c=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&c||!u.sortDetached&&b.compareDocumentPosition(a)===c?a===F||a.ownerDocument===N&&L(N,a)?-1:b===F||b.ownerDocument===N&&L(N,b)?1:C?_(C,a)-_(C,b):0:4&c?-1:1)}:function(a,b){if(a===b)return D=!0,0;var c,d=0,e=a.parentNode,g=b.parentNode,h=[a],i=[b];if(!e||!g)return a===F?-1:b===F?1:e?-1:g?1:C?_(C,a)-_(C,b):0;if(e===g)return f(a,b);for(c=a;c=c.parentNode;)h.unshift(c);for(c=b;c=c.parentNode;)i.unshift(c);for(;h[d]===i[d];)d++;return d?f(h[d],i[d]):h[d]===N?-1:i[d]===N?1:0},F):F},a.matches=function(b,c){return a(b,null,null,c)},a.matchesSelector=function(b,c){if((b.ownerDocument||b)!==F&&E(b),c=c.replace(ja,"='$1']"),u.matchesSelector&&H&&!S[c+" "]&&(!J||!J.test(c))&&(!I||!I.test(c)))try{var d=K.call(b,c);if(d||u.disconnectedMatch||b.document&&11!==b.document.nodeType)return d}catch(e){}return a(c,F,null,[b]).length>0},a.contains=function(a,b){return(a.ownerDocument||a)!==F&&E(a),L(a,b)},a.attr=function(a,b){(a.ownerDocument||a)!==F&&E(a);var c=v.attrHandle[b.toLowerCase()],d=c&&V.call(v.attrHandle,b.toLowerCase())?c(a,b,!H):void 0;return void 0!==d?d:u.attributes||!H?a.getAttribute(b):(d=a.getAttributeNode(b))&&d.specified?d.value:null},a.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a); },a.uniqueSort=function(a){var b,c=[],d=0,e=0;if(D=!u.detectDuplicates,C=!u.sortStable&&a.slice(0),a.sort(T),D){for(;b=a[e++];)b===a[e]&&(d=c.push(e));for(;d--;)a.splice(c[d],1)}return C=null,a},w=a.getText=function(a){var b,c="",d=0,e=a.nodeType;if(e){if(1===e||9===e||11===e){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=w(a)}else if(3===e||4===e)return a.nodeValue}else for(;b=a[d++];)c+=w(b);return c},v=a.selectors={cacheLength:50,createPseudo:c,match:ma,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ta,ua),a[3]=(a[3]||a[4]||a[5]||"").replace(ta,ua),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(b){return b[1]=b[1].toLowerCase(),"nth"===b[1].slice(0,3)?(b[3]||a.error(b[0]),b[4]=+(b[4]?b[5]+(b[6]||1):2*("even"===b[3]||"odd"===b[3])),b[5]=+(b[7]+b[8]||"odd"===b[3])):b[3]&&a.error(b[0]),b},PSEUDO:function(a){var b,c=!a[6]&&a[2];return ma.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&ka.test(c)&&(b=y(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ta,ua).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=Q[a+" "];return b||(b=new RegExp("(^|"+ba+")"+a+"("+ba+"|$)"))&&Q(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(b,c,d){return function(e){var f=a.attr(e,b);return null==f?"!="===c:c?(f+="","="===c?f===d:"!="===c?f!==d:"^="===c?d&&0===f.indexOf(d):"*="===c?d&&f.indexOf(d)>-1:"$="===c?d&&f.slice(-d.length)===d:"~="===c?(" "+f.replace(fa," ")+" ").indexOf(d)>-1:"|="===c?f===d||f.slice(0,d.length+1)===d+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){for(;p;){for(m=b;m=m[p];)if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){for(m=q,l=m[M]||(m[M]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===O&&j[1],t=n&&j[2],m=n&&q.childNodes[n];m=++n&&m&&m[p]||(t=n=0)||o.pop();)if(1===m.nodeType&&++t&&m===b){k[a]=[O,n,t];break}}else if(s&&(m=b,l=m[M]||(m[M]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===O&&j[1],t=n),t===!1)for(;(m=++n&&m&&m[p]||(t=n=0)||o.pop())&&((h?m.nodeName.toLowerCase()!==r:1!==m.nodeType)||!++t||(s&&(l=m[M]||(m[M]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[O,t]),m!==b)););return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(b,d){var e,f=v.pseudos[b]||v.setFilters[b.toLowerCase()]||a.error("unsupported pseudo: "+b);return f[M]?f(d):f.length>1?(e=[b,b,"",d],v.setFilters.hasOwnProperty(b.toLowerCase())?c(function(a,b){for(var c,e=f(a,d),g=e.length;g--;)c=_(a,e[g]),a[c]=!(b[c]=e[g])}):function(a){return f(a,0,e)}):f}},pseudos:{not:c(function(a){var b=[],d=[],e=z(a.replace(ga,"$1"));return e[M]?c(function(a,b,c,d){for(var f,g=e(a,null,d,[]),h=a.length;h--;)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,c,f){return b[0]=a,e(b,null,f,d),b[0]=null,!d.pop()}}),has:c(function(b){return function(c){return a(b,c).length>0}}),contains:c(function(a){return a=a.replace(ta,ua),function(b){return(b.textContent||b.innerText||w(b)).indexOf(a)>-1}}),lang:c(function(b){return la.test(b||"")||a.error("unsupported lang: "+b),b=b.replace(ta,ua).toLowerCase(),function(a){var c;do if(c=H?a.lang:a.getAttribute("xml:lang")||a.getAttribute("lang"))return c=c.toLowerCase(),c===b||0===c.indexOf(b+"-");while((a=a.parentNode)&&1===a.nodeType);return!1}}),target:function(a){var b=window.location&&window.location.hash;return b&&b.slice(1)===a.id},root:function(a){return a===G},focus:function(a){return a===F.activeElement&&(!F.hasFocus||F.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!v.pseudos.empty(a)},header:function(a){return oa.test(a.nodeName)},input:function(a){return na.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:i(function(){return[0]}),last:i(function(a,b){return[b-1]}),eq:i(function(a,b,c){return[0>c?c+b:c]}),even:i(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:i(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:i(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:i(function(a,b,c){for(var d=0>c?c+b:c;++d2&&"ID"===(g=f[0]).type&&u.getById&&9===b.nodeType&&H&&v.relative[f[1].type]){if(b=(v.find.ID(g.matches[0].replace(ta,ua),b)||[])[0],!b)return c;k&&(b=b.parentNode),a=a.slice(f.shift().value.length)}for(e=ma.needsContext.test(a)?0:f.length;e--&&(g=f[e],!v.relative[h=g.type]);)if((i=v.find[h])&&(d=i(g.matches[0].replace(ta,ua),ra.test(f[0].type)&&j(b.parentNode)||b))){if(f.splice(e,1),a=d.length&&l(f),!a)return Z.apply(c,d),c;break}}return(k||z(a,m))(d,b,!H,c,!b||ra.test(a)&&j(b.parentNode)||b),c},u.sortStable=M.split("").sort(T).join("")===M,u.detectDuplicates=!!D,E(),u.sortDetached=d(function(a){return 1&a.compareDocumentPosition(F.createElement("div"))}),d(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||e("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),u.attributes&&d(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||e("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),d(function(a){return null==a.getAttribute("disabled")})||e(aa,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),a}(),Kb=window,Lb=document,Mb=navigator,Nb=document.location,Ob=Math,Pb=Kb.MutationObserver||Kb.WebKitMutationObserver||Kb.MozMutationObserver,Qb=Jb,Rb=Array.prototype.slice,Sb=Array.prototype.push,Tb=function(){function a(){this.Diff_Timeout=1,this.Diff_EditCost=4}var b=-1,c=1,d=0;return a.prototype.diff_main=function(a,b,c,e){"undefined"==typeof e&&(e=this.Diff_Timeout<=0?Number.MAX_VALUE:(new Date).getTime()+1e3*this.Diff_Timeout);var f=e;if(null==a||null==b)throw new Error("Null input. (diff_main)");if(a==b)return a?[[d,a]]:[];"undefined"==typeof c&&(c=!0);var g=c,h=this.diff_commonPrefix(a,b),i=a.substring(0,h);a=a.substring(h),b=b.substring(h),h=this.diff_commonSuffix(a,b);var j=a.substring(a.length-h);a=a.substring(0,a.length-h),b=b.substring(0,b.length-h);var k=this.diff_compute_(a,b,g,f);return i&&k.unshift([d,i]),j&&k.push([d,j]),this.diff_cleanupMerge(k),k},a.prototype.diff_compute_=function(a,e,f,g){var h;if(!a)return[[c,e]];if(!e)return[[b,a]];var i=a.length>e.length?a:e,j=a.length>e.length?e:a,k=i.indexOf(j);if(-1!=k)return h=[[c,i.substring(0,k)],[d,j],[c,i.substring(k+j.length)]],a.length>e.length&&(h[0][0]=h[2][0]=b),h;if(1==j.length)return[[b,a],[c,e]];var l=this.diff_halfMatch_(a,e);if(l){var m=l[0],n=l[1],o=l[2],p=l[3],q=l[4],r=this.diff_main(m,o,f,g),s=this.diff_main(n,p,f,g);return r.concat([[d,q]],s)}return this.diff_bisect_(a,e,g)},a.prototype.diff_bisect_=function(a,d,e){for(var f=a.length,g=d.length,h=Math.ceil((f+g)/2),i=h,j=2*h,k=new Array(j),l=new Array(j),m=0;j>m;m++)k[m]=-1,l[m]=-1;k[i+1]=0,l[i+1]=0;for(var n=f-g,o=n%2!=0,p=0,q=0,r=0,s=0,t=0;h>t&&!((new Date).getTime()>e);t++){for(var u=-t+p;t-q>=u;u+=2){var v,w=i+u;v=u==-t||u!=t&&k[w-1]v&&g>x&&a.charAt(v)==d.charAt(x);)v++,x++;if(k[w]=v,v>f)q+=2;else if(x>g)p+=2;else if(o){var y=i+n-u;if(y>=0&&j>y&&-1!=l[y]){var z=f-l[y];if(v>=z)return this.diff_bisectSplit_(a,d,v,x,e)}}}for(var A=-t+r;t-s>=A;A+=2){var z,y=i+A;z=A==-t||A!=t&&l[y-1]z&&g>B&&a.charAt(f-z-1)==d.charAt(g-B-1);)z++,B++;if(l[y]=z,z>f)s+=2;else if(B>g)r+=2;else if(!o){var w=i+n-A;if(w>=0&&j>w&&-1!=k[w]){var v=k[w],x=i+v-w;if(z=f-z,v>=z)return this.diff_bisectSplit_(a,d,v,x,e)}}}}return[[b,a],[c,d]]},a.prototype.diff_bisectSplit_=function(a,b,c,d,e){var f=a.substring(0,c),g=b.substring(0,d),h=a.substring(c),i=b.substring(d),j=this.diff_main(f,g,!1,e),k=this.diff_main(h,i,!1,e);return j.concat(k)},a.prototype.diff_commonPrefix=function(a,b){if(!a||!b||a.charAt(0)!=b.charAt(0))return 0;for(var c=0,d=Math.min(a.length,b.length),e=d,f=0;e>c;)a.substring(f,e)==b.substring(f,e)?(c=e,f=c):d=e,e=Math.floor((d-c)/2+c);return e},a.prototype.diff_commonSuffix=function(a,b){if(!a||!b||a.charAt(a.length-1)!=b.charAt(b.length-1))return 0;for(var c=0,d=Math.min(a.length,b.length),e=d,f=0;e>c;)a.substring(a.length-e,a.length-f)==b.substring(b.length-e,b.length-f)?(c=e,f=c):d=e,e=Math.floor((d-c)/2+c);return e},a.prototype.diff_commonOverlap_=function(a,b){var c=a.length,d=b.length;if(0==c||0==d)return 0;c>d?a=a.substring(c-d):d>c&&(b=b.substring(0,c));var e=Math.min(c,d);if(a==b)return e;for(var f=0,g=1;;){var h=a.substring(e-g),i=b.indexOf(h);if(-1==i)return f;g+=i,(0==i||a.substring(e-g)==b.substring(0,g))&&(f=g,g++)}},a.prototype.diff_halfMatch_=function(a,b){function c(a,b,c){for(var d,e,f,h,i=a.substring(c,c+Math.floor(a.length/4)),j=-1,k="";-1!=(j=b.indexOf(i,j+1));){var l=g.diff_commonPrefix(a.substring(c),b.substring(j)),m=g.diff_commonSuffix(a.substring(0,c),b.substring(0,j));k.length=a.length?[d,e,f,h,k]:null}if(this.Diff_Timeout<=0)return null;var d=a.length>b.length?a:b,e=a.length>b.length?b:a;if(d.length<4||2*e.lengthi[4].length?h:i:h;var j,k,l,m;a.length>b.length?(j=f[0],k=f[1],l=f[2],m=f[3]):(l=f[0],m=f[1],j=f[2],k=f[3]);var n=f[4];return[j,k,l,m,n]},a.prototype.diff_cleanupSemantic=function(a){for(var e=!1,f=[],g=0,h=null,i=0,j=0,k=0,l=0,m=0;i0?f[g-1]:-1,j=0,k=0,l=0,m=0,h=null,e=!0)),i++;for(e&&this.diff_cleanupMerge(a),this.diff_cleanupSemanticLossless(a),i=1;i=q?(p>=n.length/2||p>=o.length/2)&&(a.splice(i,0,[d,o.substring(0,p)]),a[i-1][1]=n.substring(0,n.length-p),a[i+1][1]=o.substring(p),i++):(q>=n.length/2||q>=o.length/2)&&(a.splice(i,0,[d,n.substring(0,q)]),a[i-1][0]=c,a[i-1][1]=o.substring(0,o.length-q),a[i+1][0]=b,a[i+1][1]=n.substring(q),i++),i++}i++}},a.prototype.diff_cleanupSemanticLossless=function(b){function c(b,c){if(!b||!c)return 6;var d=b.charAt(b.length-1),e=c.charAt(0),f=d.match(a.nonAlphaNumericRegex_),g=e.match(a.nonAlphaNumericRegex_),h=f&&d.match(a.whitespaceRegex_),i=g&&e.match(a.whitespaceRegex_),j=h&&d.match(a.linebreakRegex_),k=i&&e.match(a.linebreakRegex_),l=j&&b.match(a.blanklineEndRegex_),m=k&&c.match(a.blanklineStartRegex_);return l||m?5:j||k?4:f&&!h&&i?3:h||i?2:f||g?1:0}for(var e=1;e=n&&(n=o,k=f,l=g,m=h)}b[e-1][1]!=k&&(k?b[e-1][1]=k:(b.splice(e-1,1),e--),b[e][1]=l,m?b[e+1][1]=m:(b.splice(e+1,1),e--))}e++}},a.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/,a.whitespaceRegex_=/\s/,a.linebreakRegex_=/[\r\n]/,a.blanklineEndRegex_=/\n\r?\n$/,a.blanklineStartRegex_=/^\r?\n\r?\n/,a.prototype.diff_cleanupMerge=function(a){a.push([d,""]);for(var e,f=0,g=0,h=0,i="",j="";f1?(0!==g&&0!==h&&(e=this.diff_commonPrefix(j,i),0!==e&&(f-g-h>0&&a[f-g-h-1][0]==d?a[f-g-h-1][1]+=j.substring(0,e):(a.splice(0,0,[d,j.substring(0,e)]),f++),j=j.substring(e),i=i.substring(e)),e=this.diff_commonSuffix(j,i),0!==e&&(a[f][1]=j.substring(j.length-e)+a[f][1],j=j.substring(0,j.length-e),i=i.substring(0,i.length-e))),0===g?a.splice(f-h,g+h,[c,j]):0===h?a.splice(f-g,g+h,[b,i]):a.splice(f-g-h,g+h,[b,i],[c,j]),f=f-g-h+(g?1:0)+(h?1:0)+1):0!==f&&a[f-1][0]==d?(a[f-1][1]+=a[f][1],a.splice(f,1)):f++,h=0,g=0,i="",j=""}""===a[a.length-1][1]&&a.pop();var k=!1;for(f=1;f|,|}|{)\bcanvas\b/gi,cc:/\b(\d{4}([\s-]?)\d{4}\2\d{4}\2(?:(?:\d{4}\2\d{3})|(?:\d{2,4})))\b/g,comment://gi,commentFrag:/(<\!\-\-|\-\->)/gi,css:/\.css$/i,cssComment:/\/\*(.|[\r\n])*?\*\//gi,cssUrl:/url[\s]*\([\s]*(['"]?)(.*?)(\1)[\s]*\)/g,cssEscaped:/(\\([0-9a-fA-F]{6}))|(\\([0-9a-fA-F]+)(\s+|(?=[^0-9a-fA-F])))/g,diTest:/\/i\/([0-9]+\/)?[0-9]+\/di\.js$/i,dU:/^data\:[a-zA-Z]{2,6}\/([a-zA-Z]{2,4})(\+[a-zA-Z]{2,4})?;base64/,dWidthHeight:/device-(width|height)[\s]*:/gi,email:/(^|[>\s({\[\|\,;:\"\'])([a-z0-9][a-z0-9._\-]{0,30}@[a-z0-9\-]{1,30}\.+[a-z0-9]{2,5})/gi,eProt:/^\/\//,erTest:/^Script error\.?$/i,escape:/["\\\x00-\x1f\x7f-\x9f]/g,fSel:/(name\=\"|field\-id\=\")/,hasProt:/^[a-z]+\:/i,hrefC:/^javascript: ?(void|;)/i,hUrlFix:/^.+?(\.app\/|\/files\/)/,hAssetFix:/^file:\/\/\/(.+?\.app\/|(android_asset\/)|(android_res\/))/,hoverQueryFix:/(\(| )hover(\s*)\.di-hover/gi,idFix:/(:|\.|\[|\]|,|\{|\})/g,igQH:/[\?#].*$/,importIgnore:/@import [^;]+;/gi,importUrl:/\@import[\s]+(['"])(.*?)(\1)/g,inValAttr:/\(\)\{\}\[\]\$/,invalidInput:/^(datetime\-local|datetime|time|week|month|date|number)$/i,js:/\.js(\?.*|$)/i,jsO:/(\.js|\/[^\.]+)$/i,jsEType:/(.+):/i,lb:/[\r\n\s]+/g,lComSp:/^[, \t\n\r\u000c]+/,lNSp:/^[^ \t\n\r\u000c]+/,lNCom:/^[^,]+/,lowerEncoded:/%([0-9A-F]{2})/gi,mask:/[^\s]/g,maskReducer:/(\*+)/g,media:/all|screen|handheld|min-|max-|resolution|color|aspect-ratio/i,nat:/^\s*function[^{]+{\s*\[native code\]\s*}\s*$/,newDiPath:/\/i\/[0-9]+\/[0-9]+\/(di\.js|c\.json)$/i,protR:/^(https?):\/\//i,pseudoFix:/\:(hover|invalid)/gi,punctuationEscaped:/\\([:\/.?=])(?![^\[]*\])/g,regex:/^\/(.*?)\/([gim]*)$/,sp:/ {2,}/g,stack:/^\s*(?:at)?\s* (.*?)@? ?\(?((?:file|https?|blob|chrome-extension|native|eval|webpack||\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i,spaceOnly:/^[ \n\t\r]+$/,ssn:/\d{3}-\d{2}-\d{4}/gi,stW:/(^| )width: /,stH:/(^| )height: /,tCom:/[,]+$/,textarea:/([\s\S]*?)<\/textarea>/gi,trim:/^\s+|\s+$/g,trimSpCom:/^[,\s]+|[,\s]+$/g,urlFix:/1\.[0-9]\.[0-9]\.[0-9]+\/bmi\//gi,val:/ value=["']([^"]+)["']/,valId:/^[a-z][a-z0-9_\-\:\.]*$/i,vartest:/^[a-zA-Z0-9 _$\.\[\]'"]+$/,xmlns:/www\.w3\.org\/[0-9]{4}\/([a-zA-Z]+)/i},Vb=/(?:\[(["']?)(.+?)\1\])|(?:\.?([^.\n\[\]]+)\.?)/g,Wb=/^dataLayer\[ *[0-9]+ *\]/;!function(a){function b(a,b){return void 0!==a&&null!==a?g(c(a,b)):b}function c(a,b){return j.diff_main(a,b)}function d(a,b){return b&&(a="string"==typeof b?b:f(a,b)),a}function e(a){for(var b=[],c=0;cf;f++){var g=b[f],j=a.substring(e,g[0]),k=h(g);switch(k){case i.REPLACEMENT:d+=j+g[2],e=g[0]+g[1];break;case i.ADDITION:d+=j+g[1],e=g[0];break;case i.REMOVAL:d+=j,e=g[0]+g[1];break;default:d=""}}return d+=a.substring(e,a.length)}function g(a){for(var b=a.length,c=[],d=0,e=0;b>e;e++){var f=a[e][0],g=a[e][1];-1===f?(b>e+1&&1===a[e+1][0]?(c.push([d,g.length,a[e+1][1]]),e++):c.push([d,g.length]),d+=g.length):1===f?c.push([d,g]):d+=g.length}return c}function h(a){if(3===a.length)return i.REPLACEMENT;if(2===a.length){if("string"==typeof a[1])return i.ADDITION;if("number"==typeof a[1])return i.REMOVAL}}var i,j=new Tb;!function(a){a[a.REPLACEMENT=0]="REPLACEMENT",a[a.ADDITION=1]="ADDITION",a[a.REMOVAL=2]="REMOVAL"}(i||(i={})),a.getPatches=b,a.diff=c,a.patch=d,a.readPatches=e}(Ib||(Ib={}));var Xb;!function(a){a.DEBUG="DEBUG",a.CONFIG="CONFIG",a.INFO="INFO",a.WARN="WARN",a.ERROR="ERROR"}(Xb||(Xb={}));var Yb;!function(a){function b(a){t=a}function c(){return t}function d(a,b,c){i(Xb.DEBUG,a,c,b)}function e(a,b,c){i(Xb.CONFIG,a,c,b)}function f(a,b,c){i(Xb.INFO,a,c,b)}function g(a,b,c){i(Xb.WARN,a,c,b)}function h(a,b,c){i(Xb.ERROR,a,c,b)}function i(a,b,c,d,e){d=d?d.substring(0,r):"";var f=bc.getPageViewId(),g=bc.getSessionId(),h=Fa().substring(0,s),i=new Date(Date.now()).toISOString(),j=bc.getAccountId(),k=bc.getPropertyId();c.length>q&&(c.length=q);var l=m(b,a,d,c);o[l]?o[l].count++:o[l]={time:i,level:a,tag:b,errorType:e,message:d,count:1,pageId:f,sessionId:g,accountId:j,propertyId:k,userAgent:h,stack:c}}function j(){}function k(){var a=[];for(var b in o)a.push(o[b]);a.sort(function(a,b){return n(a)>n(b)?1:-1}),a.length>p&&(a.length=p),t&&a.length&&bc.postInfo("log",l(a),{imp:!0,async:!1});for(var c=0;c0&&(e=d[0].line||0,f=d[0].col||0),a+":"+b+":"+c+":"+e+":"+f}function n(a){var b=0;switch(a.level){case Xb.CONFIG:b=500;break;case Xb.DEBUG:b=100;break;case Xb.ERROR:b=1e3;break;case Xb.INFO:b=10;break;case Xb.WARN:b=500}return b*a.count}var o={},p=10,q=5,r=100,s=100,t=!1;a.setCollectLogs=b,a.canCollectLogs=c,a.debug=d,a.config=e,a.info=f,a.warn=g,a.error=h,a.addLog=i,a.startLogging=j,a.sendLogs=k,a.stringifyLogs=l}(Yb||(Yb={}));var Zb,$b=["CustomJS","attributionCallback","customHmURLCallback"];!function(a){function c(a,c,d,e){if(d||(d=Xb.INFO),"CONFIG"===d&&$b.includes(a)&&Na("DIWebToExt",{heatmapWarningMsg:"JavaScript error detected in "+a+" function. Please check property configuration.",event:"hmWebToApp",tag:a}),!b(c)){var f=P(c)||"";if(Yb.canCollectLogs()){var g=O(c.stack);Yb.addLog(d,a,g,e,f)}}}function d(a,b,c,d,e){d||(d=Xb.INFO),Yb.canCollectLogs()&&Yb.addLog(d,a,c,e,b)}a.processError=c,a.processErrorString=d}(Zb||(Zb={}));var _b;!function(a){a.READY_EXEC="Error caught in ready function",a.GLOBAL_READY="Error caught in global ready function",a.SOCKET_ON_MESSAGE="Error caught in socket message processing",a.AJAX="Error caught in AJAX method execution",a.JSON="Unable to parse JSON structure",a.CAUGHT_ERROR="JS Execution Error Occured",a.C_JSON_CACHE="Cached c.json is detected"}(_b||(_b={}));var ac;!function(a){function c(a,c,d,e){if(d||(d=Xb.INFO),!b(c)){var f=P(c)||"",g=O(c.stack);self.workerFunctions.sendToDI({key:["handleProcessedException"],param:[a,f,g,d,e]})}}a.processError=c}(ac||(ac={}));var bc,cc,dc=lb(),ec={ver:"7.1.5",dataVer:1,branch:"Walbrook",cdn:"collection.decibelinsight.net",app:"portal.decibel.com",proxy:"proxy.decibelinsight.net",proxyStyle:"_di_standard_",qa:Lb.createElement("a"),hasStor:Ia(),isAC:Y(),isFF:/Firefox\/[0-9]/i.test(Mb.userAgent),isMac:/mac/i.test(Mb.platform),isMob:hb(),isIE9:fb(),isSa:La(),dAR:null,igQH:!0,pES:Ja(),hasSoc:"function"==typeof WebSocket,xhrTO:hb()?3e4:1e4,jEList:{GenericError:0,Error:1,InternalError:2,RangeError:3,ReferenceError:4,SyntaxError:5,TypeError:6,URIError:7,Warning:8,EvalError:9,SecurityError:10,DOMException:11},hashingThreshold:Math.pow(2,13)},fc=["sendApplicationError","sendCustomDimension","sendGoal","sendTrackedEvent","sendHTTPError","sendIntegrationData","sendPageGroup","setFavorite","setFavourite"],gc=fc.concat(["_hm","activateDXAWidget","activateHeatmap","addClickEvents","addEvent","ajax","bindGoalEvents","canCollect","clearCookies","closest","dataRetention","enableRealTime","endSession","extend","forIn","formSubmitted","getAttribute","getCookie","getCustomScrollPos","getLeadId","getLS","getNodeName","getObserverState","getPageTime","getPageUrl","getQualifiedSelector","getRecordingState","getSessionId","getSS","getStyle","getTabId","getXPath","handleException","hash","hasKey","height","inArray","indexElements","indexForms","indexScrollable","isArray","isCollecting","isDIDOM","isDomainValid","isEmpty","isEmptyObject","isFunction","isInSample","isNode","isNumber","isObject","isObjectNoProp","isObjectWithProp","isRealTimeEnabled","isString","isUndefined","offset","onCollectionChange","onHTMLCollected","onPageCollected","onRealTimeEnabled","parents","pauseRecording","proxy","ready","restartSession","resumeRecording","scrollLeft","scrollTop","selectPageviewForAnalysis","selectSessionForAnalysis","selectSessionForExperience","selectSessionForReplay","setCollection","setSamplingFromNative","setEnterpriseProxy","setFrameRate","setHtmlResSelector","setIntStatus","setLS","setPageRole","setRetention","setSS","siblings","startObserver","startSession","stopObserver","tabReady","trackCanvas","trackPageView","trim","trimnlb","updateLead","updateLeadScore","updateUserId","version","warn","width"]),hc={},ic=Kb._da_,jc=function(a){bc=a};!function(a){a[a.NONE=0]="NONE",a[a.PAGE=2]="PAGE",a[a.IGNORE_QUERY=4]="IGNORE_QUERY",a[a.COOKIE=8]="COOKIE",a[a.ERROR_TRACKING=64]="ERROR_TRACKING",a[a.FORM=128]="FORM",a[a.DATA_UNMASKING=256]="DATA_UNMASKING",a[a.RESOURCE_PROXY=4096]="RESOURCE_PROXY",a[a.FULL_PROXY_REFERER=8192]="FULL_PROXY_REFERER"}(cc||(cc={}));var kc;!function(a){a.WEBSITE="website",a.MOBILE="app",a.HYBRID="hybrid"}(kc||(kc={}));var lc;!function(a){a[a.SERVER=0]="SERVER",a[a.FORCED_IN=1]="FORCED_IN",a[a.FORCED_OUT=2]="FORCED_OUT",a[a.FORCED_IN_SERVER=3]="FORCED_IN_SERVER",a[a.FORCED_OUT_SERVER=4]="FORCED_OUT_SERVER"}(lc||(lc={}));var mc,nc=function(){function a(){}return a.setFirstPartyCookie=function(){zb("da_sid",bc.sId+(b(bc.jspsf)?"":"."+bc.jspsf)+"|"+bc.dataColl.getSessionFlag(),!0),zb("da_lid",bc.leadId+"|"+bc.dataColl.getLeadFlag()),zb("da_intState",hc.int_state,!0)},a.deleteFirstPartyCookie=function(){Ab("da_sid"),Ab("da_lid"),Ab("da_intState")},a.getHeaderForConfig=function(){var a={},b=Va();return yb(a),xb(a,b),a},a}();!function(a){a.DATA_CREDIT="datacredit",a.PAGE_VIEW="pageview",a.SESSION="session"}(mc||(mc={}));var oc;!function(a){a[a.PRE_MIGRATED=-1]="PRE_MIGRATED",a[a.RANDOM=0]="RANDOM",a[a.WEIGHTED=1]="WEIGHTED",a[a.PURPOSEFUL=2]="PURPOSEFUL"}(oc||(oc={}));var pc={subscriptionType:"subscriptionType",experienceMethod:"experienceDataSampleMethod",analysisMethod:"analysisDataSampleMethod",replayMethod:"replayDataSampleMethod",experienceSession:"sessCookieFlags",experienceLead:"leadCookieFlags",analysisSession:"analysisSessFlags",analysisLead:"analysisLeadFlags",replaySession:"replaySessFlags",replayLead:"replayLeadFlags"},qc=function(){function a(){this.active=!0,this.inactivityTriggered=!1,this.subscriptionType=mc.DATA_CREDIT,this.experienceMethod=oc.RANDOM,this.experienceSession=lc.SERVER,this.experienceLead=lc.SERVER,this.analysisMethod=oc.RANDOM,this.analysisSession=lc.SERVER,this.analysisLead=lc.SERVER,this.replayMethod=oc.RANDOM,this.replaySession=lc.SERVER,this.replayLead=lc.SERVER,T(pc,function(a,b){this[b]=V(a)||0},this),this.subscriptionType||(this.subscriptionType=mc.DATA_CREDIT),this.experienceMethod===oc.PRE_MIGRATED&&(this.subscriptionType=mc.DATA_CREDIT,this.experienceMethod=oc.RANDOM,this.analysisMethod=oc.RANDOM,this.replayMethod=oc.RANDOM),this.subscriptionType===mc.DATA_CREDIT&&(this.replaySession=this.experienceSession,this.replayLead=this.experienceLead)}return a.prototype.isDataCreditSubscription=function(){return this.subscriptionType===mc.DATA_CREDIT},a.prototype.isPageViewSubscription=function(){return this.subscriptionType===mc.PAGE_VIEW},a.prototype.isSessionSubscription=function(){return this.subscriptionType===mc.SESSION},a.prototype.experienceRandom=function(){return this.experienceMethod===oc.RANDOM},a.prototype.experiencePurposeful=function(){return this.experienceMethod===oc.PURPOSEFUL},a.prototype.analysisRandom=function(){return this.analysisMethod===oc.RANDOM},a.prototype.analysisPurposeful=function(){return this.analysisMethod===oc.PURPOSEFUL},a.prototype.replayRandom=function(){return this.replayMethod===oc.RANDOM},a.prototype.replayPurposeful=function(){return this.replayMethod===oc.PURPOSEFUL},a.prototype.getSamplingHeader=function(){return this.experienceSession+"|"+this.experienceLead+"|"+this.analysisSession+"|"+this.analysisLead+"|"+this.replaySession+"|"+this.replayLead},a.prototype.getSessionFlag=function(){return this.experienceSession+"|"+this.analysisSession+"|"+this.replaySession},a.prototype.getLeadFlag=function(){return this.experienceLead+"|"+this.analysisLead+"|"+this.replayLead},a.prototype.getStatus=function(a){return this[a+"Lead"]||this[a+"Session"]},a.prototype.getExperienceStatus=function(){var a=this.experienceLead||this.experienceSession;return a!==lc.FORCED_OUT&&(!this.experienceRandom()||a!==lc.FORCED_OUT_SERVER)},a.prototype.getReplayStatus=function(){var a=this.replayLead||this.replaySession;return a!==lc.FORCED_OUT&&(!this.replayRandom()||a!==lc.FORCED_OUT_SERVER)},a}(),rc=function(){function a(){var a=this;this.excludeKeys=["type","pvid"],this.behaviourTriggered={},this.expIssueTriggered={},this.prevRealtimeDxs={},this.pageTime=bc.getPageTime(),this.onEnabledCB=[],this.enabled=1===+C("di_RealTimeDXS"),bc.enableRealTime=this.enableRealTime.bind(this),bc.isRealTimeEnabled=function(){return a.enabled},bc.onRealTimeEnabled=this.onRealTimeEnabled.bind(this)}return a.prototype.enableRealTime=function(){V("useKafkaQueue")?this.enabled||(this.enabled=!0,I("di_RealTimeDXS",1),this.realTimeEnabled()):N("DXA warning: RealTime DXS is not enebled for this account.")},a.prototype.onRealTimeEnabled=function(a){y(a)&&!this.onEnabledCB.find(function(b){return b.toString()===a.toString()})&&this.onEnabledCB.push(a),this.enabled&&this.realTimeEnabled()},a.prototype.realTimeEnabled=function(){this.onEnabledCB.forEach(function(a){return a.apply(window[window.DecibelInsight])}),this.onEnabledCB=[]},a.prototype.processRealTime=function(a){var b=this;if(this.pageTime===+a.pvid){var c={realtime:{data:{}}},d="decibel";"live_dxs_ks"===a.type&&(d="decibel.ks"),T(a,function(a,d){-1===b.excludeKeys.indexOf(d)&&(c.realtime.data[d]=a)}),this.processRTPillars(c),this.processRTBehaviour(c),this.processRTExpIssues(c),this.trigger(c,d)}},a.prototype.trigger=function(a,b){var c=this;T(a,function(a,d){if("data"!==d){var e=b+"."+d;Na(e,a),-1!==e.indexOf("behaviours")&&Na(e.replace("behaviours","behaviors"),a),M(a)&&c.trigger(a,e)}})},a.prototype.processRTExpIssues=function(a){var b=this;a.realtime.data.exp_issues&&a.realtime.data.exp_issues.length&&a.realtime.data.exp_issues.forEach(function(c){var d=c.type+"_"+b.pageTime+"_"+c.starttime;b.expIssueTriggered[d]||(a.realtime.exp_issues=a.realtime.exp_issues||{},a.realtime.exp_issues[c.type]={data:c},b.expIssueTriggered[d]=1)})},a.prototype.processRTBehaviour=function(a){var b=this;a.realtime.data.behaviours&&a.realtime.data.behaviours.length&&a.realtime.data.behaviours.forEach(function(c){var d=c.type+"_"+b.pageTime+"_"+c.offset;b.behaviourTriggered[d]||(a.realtime.behaviours=a.realtime.behaviours||{},a.realtime.behaviours[c.type]={data:c},b.behaviourTriggered[d]=1)})},a.prototype.processRTPillars=function(a){var b=this;T(a.realtime.data,function(c,d){d.length<4&&(da(b.prevRealtimeDxs[d])||Ob.abs(c-b.prevRealtimeDxs[d])>.1)&&(a.realtime[d]=c,b.prevRealtimeDxs[d]=c)})},a}(),sc=function(){function a(){this.iframeCss=/(^|\s+|>|,|}|{)\biframe\b/gi}return a.prototype.processCssFn=function(a){var c=a.di_style_res,d=z(a,"data-di-alt-src");if(b(d)){var e=eb(a);b(e)||!b(c)&&c.innerText===e?b(e)&&!b(c)&&(c=null):c=this.styleInnerTextToResource(a,e)}else(b(c)||c.altSrc!==d)&&(c={media:a.media,altSrc:d,href:bc.qualifyURL(d)});return a.di_style_res=c,c},a.prototype.styleInnerTextToResource=function(a,b){var c,d=!1,e=b.length;!a.di_in_shadow&&e>bc.maxCss&&!a.hasAttribute("data-di-track")?(d=!0,c="/* Style block too large | "+e+" characters | expected length less than "+bc.maxCss+" characters */"):c=this.prepareCSS(b.replace(Ub.cssComment,"").replace(Ub.commentFrag,""));var f={innerText:b,content:c,media:a.media,tooLarge:d};return"hasNode"===b&&(f.hasNode=!0,f.content=""),this.cssToResource(f,a,c),f},a.prototype.prepareCSS=function(a){if(b(a))return"";if(-1!==a.indexOf("@import")){var c=a.indexOf("{");-1!==c&&(a=a.substring(0,c)+a.substring(c).replace(Ub.importIgnore,""))}return a=a.replace(Ub.cssUrl,this.urlQualifyReplace.bind(this)).replace(Ub.importUrl,this.importReplace).replace(Ub.pseudoFix,".di-$1").replace(Ub.hoverQueryFix,"$1hover$2:hover").replace(Ub.canvasCss,"$1.di-canvas").replace(Ub.iframeCss,"$1.di-iframe").replace(Ub.attrSel,"[class*="),V("noDeviceWidthMediaReplace")||(a=a.replace(Ub.dWidthHeight,"$1:")),a},a.prototype.urlCssUnescape=function(a,b,c,d,e){var f=a;return c?f=String.fromCharCode(Number("0x"+c)):e&&(Number("0x"+e)<32?f="":this.isPrivateUseArea(e)||(f=String.fromCharCode(Number("0x"+e)))),f},a.prototype.isPrivateUseArea=function(a){var b=!1,c=Number("0x"+a);return(c>=57344&&63743>=c||c>=983040&&1048573>=c||c>=1048576&&1114109>=c)&&(b=!0),b},a.prototype.urlQualifyReplace=function(a,b,c){return-1!==c.indexOf("\\")&&(c=c.replace(Ub.cssEscaped,this.urlCssUnescape.bind(this)).replace(Ub.punctuationEscaped,"$1")),"url("+b+bc.qualifyURL(c,{prefix:!0,noProxy:!0})+b+")"},a.prototype.importReplace=function(a,b,c){return"@import "+b+bc.qualifyURL(c.replace(Ub.punctuationEscaped,"$1"),{prefix:!0,noProxy:!0})+b},a.prototype.cssToResource=function(a,b,c){c.length>bc.jrMin&&bc.canCollectResource()&&!b.hasAttribute("data-di-no-resource-proxy")&&(a.name=F(c)+"-"+c.length+".css", a.href=bc.rUrl+a.name,bc.sendResource(a))},a}(),tc=new sc,uc={getAttributeName:function(a,b){if(b){var c=b.match(Ub.xmlns);c&&(a=c[1]+":"+a)}return a},maskTextNode:function(a){return Ub.spaceOnly.test(a)?a=" ":(a=a.replace(Ub.sp," "),bc.isEmpty(bc.pdr)||(a=a.replace(bc.pdr,p)),bc.maskE&&(a=q(a)),bc.maskS&&(a=r(a)),a=s(a)),a},qualifySrcSet:function(a){for(var b=x(a),c=[],d=0,e=b.length;e>d;++d)c.push((bc.qualifyURL(b[d].u,{prefix:!0})+" "+b[d].d).trim());return c.join(", ")},prepareHTMLTag:function(a){var b=this.prepareAdoptedStyleSheets(a.el);b.sheets.length&&(a.p={adoptedSheetList:JSON.stringify(b.sheets)}),this.documentDINodes[a.i]={diNode:a,adoptedSheetIds:b.adoptedSheetIds}},prepareObjectTag:function(a){var b=this.getAttributes(a.el,a.n,a.el.attributes,["src","srcdoc","value"])||{},c=this.getProperties(a)||{},d=a.el.getAttribute("data"),e=!0;if(d){var f="",g=a.el.getAttribute("type"),h=a.el.hasAttribute("data-di-track");(g&&0===g.toLowerCase().indexOf("image")||h)&&(e=!1,f=bc.qualifyURL(d)),b.data=f}e&&delete b.type,"OBJECT"===a.n&&(a.h=a.el.innerHTML),a.el.hasAttribute("data-di-pvid")?delete a.na:"IFRAME"===a.n&&(b["class"]=(b["class"]||"")+" di-iframe di-replacement",b.style=w(a.el.style.cssText,b),a.na="DIV"),t(c,a,"p"),t(b,a,"a")},prepareStyleTag:function(a){var b,c=this.getAttributes(a.el,a.n,a.el.attributes)||{},d=this.getProperties(a)||{};"LINK"===a.n?a.el.di_style_res||a.el.sheet?b=a.el.di_style_res&&!a.el.sheet?a.el.di_style_res:tc.processCssFn(a.el):n(a.el,"load",function(){a.el.setAttribute("data-di-rand",G())},this):b=tc.processCssFn(a.el),bc.isEmpty(b)?a.na=Jc:(delete a.na,b.tooLarge&&(bc.lstyle=!0),b.href?(a.na="LINK",c.type="text/css",c.rel="stylesheet",c.href=b.href,b.media&&(c.media=b.media),delete c.disabled):(a.h=b.content,a.na="STYLE",delete c.type,delete c.rel,delete c.href),b.hasNode&&this.prepareChild(a,!0),t(d,a,"p"),t(c,a,"a"))},prepareStyleLinkTag:function(a){var b=this.getAttributes(a.el,a.n,a.el.attributes)||{},d=this.getProperties(a.el,a.n)||{};if(bc.isEmpty(a.el.sheet))n(a.el,"load",function(b){a.el.setAttribute("data-di-rand",G())},this),n(a.el,"error",function(b){a.el.setAttribute("data-di-rand",G())},this),a.na=Jc;else{var e=c(a.el.sheet);"undefined"==typeof e||null===e||e.length?(delete a.na,t(d,a,"p"),t(b,a,"a")):a.na=Jc}},prepareCanvasTag:function(a){var b=this.getAttributes(a.el,a.n,a.el.attributes)||{},c=this.getProperties(a)||{},d=a.el.di_ResId,e=bc.canvasList[d];b["class"]=(b["class"]||"")+" di-canvas",b.style=w(a.el.style.cssText,b),bc.isEmpty(e)||(e.tainted?(bc.tcanvas=!0,b["class"]=b["class"]+" di-replacement",a.na="DIV"):(a.na="IMG",b.src=e.src||e.content)),t(c,a,"p"),t(b,a,"a")},prepareSVGTag:function(a){var b=this.getAttributes(a.el,a.n,a.el.attributes)||{},c=this.getProperties(a)||{};if(t(c,a,"p"),t(b,a,"a"),a.ti)this.prepareChild(a);else{Kb._di_max_id[a.i]||(Kb._di_max_id[a.i]=0),a.rt=a.rt||!0,bc.markResParent(a.el,a.el),a.el.di_res_parent=a.el,a.el.di_html_res=a.el.di_html_res||{tries:0,done:0},this.prepareChild(a,!1,!1,!0);var d=a.clone(!0,a.i),e=dc(d);d&&e&&bc.sendElResource(a,a.el,e),a.el.di_html_res.diNode=a.el.di_html_res.diNode||a.clone(!1,a.i),a.el.di_html_res.rootNode=a.el.di_html_res.rootNode||a.clone(!1)}},prepareVideoTag:function(a){var b=this;a.el.di_event_added||(a.el.di_event_added=!0,n(a.el,"play",function(a){b.createPropertyPatch("play",a.target,"paused")},this),n(a.el,"pause",function(a){b.createPropertyPatch("pause",a.target,"paused")},this),n(a.el,"ratechange",function(a){b.createPropertyPatch(void 0!==a.target.playbackRate?a.target.playbackRate:1,a.target,"playbackRate")},this),n(a.el,"seeked",function(a){b.createPropertyPatch(a.target.currentTime,a.target,"currentTime")},this))},prepareTextNode:function(a){if(bc.visible(a.el))this.prepareChild(a);else{var b=this.getAttributes(a.el,a.n,a.el.attributes);b&&(a.a=b)}},prepareCSS:function(a){return tc.prepareCSS(a)},qualifyURL:function(a){return bc.qualifyURL(a)},qualifySrc:function(a,b){var c=b.getAttribute("data-di-alt-src");return bc.qualifyURL(c||a)}},vc={style:1,"class":2,colspan:3,label:4,placeholder:5,readonly:6,required:7,src:8,id:9,"data-di-id":10,poster:11,min:12,minlength:13,maxlength:14,max:15,async:16,align:17,autocomplete:18,preload:19,muted:20,"http-equiv":21,title:22,type:23,href:24,enctype:25,dropzone:26,draggable:27,border:28,autoplay:29,media:30,xmlns:31,charset:32,content:33,cols:34,alt:35,width:36,height:37,start:38,step:39,"xlink:href":40,rowspan:41,method:42,novalidate:43,"data-di-form-id":44,"data-di-field-id":45,name:46,action:47,checked:48,"for":49,value:50,from:51,target:52,lang:53,rel:54,"xmlns:xlink":55,srcset:56,itemprop:57,"fill-rule":58,"clip-rule":59,fill:60,autocapitalize:61,autofocus:62,crossorigin:63,icon:64,disabled:65,loop:66,multiple:67,pattern:68,selected:69,size:70,span:71,tabindex:72,usemap:73,transform:74,viewBox:76,preserveAspectRatio:77,points:78,textLength:79,path:80,gradientTransform:81,offset:82,background:83,data:84},wc={A:1,LI:2,SPAN:3,DIV:4,META:5,INPUT:6,IMG:7,TD:8,TR:9,BUTTON:10,SECTION:11,HEADER:12,FOOTER:13,SELECT:14,OPTION:15,TEXTAREA:16,STYLE:17,G:18,STRONG:19,NAV:20,MAIN:21,OL:22,UL:23,P:24,CANVAS:25,IFRAME:26,OBJECT:27,LINK:28,EMBED:29,TABLE:30,TBODY:31,TH:32,THEAD:33,FIGURE:34,U:35,S:36,Q:37,IMAGE:38,SVG:39,I:40,FORM:41,B:42,BR:43,SYMBOL:44,GLYPH:45,SUB:46,LABEL:47,FIELDSET:48,POLYLINE:49,COLGROUP:50,ADDRESS:51,H1:52,H2:53,H3:54,H4:55,H5:56,H6:57,POLYGON:58,PICTURE:59,CAPTION:60,PATH:61,RECT:62,ELLIPSE:63,TITLE:64,USE:65,CLIPPATH:66,TEXTPATH:67,LINEARGRADIENT:68,CIRCLE:69,VIDEO:70,TSPAN:71,TFOOT:72,SMALL:73,PARAM:74,FRAME:75,TEXT:76,MAP:77,PRE:78,AREA:79,LINE:80,OPTGROUP:81,TREF:82,VIEW:83,EM:84,LEGEND:85,MARKER:86,HR:87,COL:88,SUP:89,ABBR:90,BASE:91,CODE:92,FONT:93,SOURCE:94,ARTICLE:95,NOSCRIPT:96,HTML:97,HEAD:98,BODY:99,TEMPLATE:100,"FONT-FACE":101,DATALIST:103,BLOCKQUOTE:104,BIG:105,ASIDE:106,DD:107,DEFS:108,DL:109,DT:110,STRIKE:111,"DI-IGNORED":112,"#DOCUMENT-FRAGMENT":113},xc={STYLE:{d:{getter:function(a){return a.sheet?a.sheet.disabled:a.disabled},nodeList:"styleDINodes"}},LINK:{d:{getter:function(a){return a.sheet?a.sheet.disabled:a.disabled},nodeList:"styleDINodes"}},VIDEO:{paused:{getter:function(a){return a.paused?"pause":"play"}},currentTime:{getter:function(a){return a.currentTime}},playbackRate:{getter:function(a){return void 0!==a.playbackRate?a.playbackRate:1}}}},yc={addedRule:"aR",addedIndex:"aI",deletedIndex:"dI",replacedText:"rT"},zc=function(a){return wc[a]||a},Ac=function(a){return vc[a]||a},Bc={CANVAS:uc.prepareCanvasTag,EMBED:uc.prepareObjectTag,IFRAME:uc.prepareObjectTag,OBJECT:uc.prepareObjectTag,LINK:function(a){var b=uc.prepareStyleLinkTag;"blob:http"===(a.el.href||"").substr(0,9)&&(b=uc.prepareStyleTag),b.call(this,a)},PLAINTEXT:uc.prepareTextNode,SVG:uc.prepareSVGTag,STYLE:uc.prepareStyleTag},Cc={HTML:uc.prepareHTMLTag,VIDEO:uc.prepareVideoTag},Dc={IMG:function(a){return!Ub.js.test(a.getAttribute("src"))},INPUT:function(a){return"hidden"!==a.type},LINK:function(a){return"text/css"===a.getAttribute("type")||-1!==(a.getAttribute("rel")||"").toLowerCase().indexOf("stylesheet")},META:function(a){return a.getAttribute("charset")||"viewport"===a.getAttribute("name")},NOSCRIPT:function(){return!1},SCRIPT:function(){return!1}},Ec={A:{href:function(){return"#"}},INPUT:{type:function(a){return Ub.invalidInput.test(a)&&(a="text"),a}},IMAGE:{href:uc.qualifyURL,"xlink:href":uc.qualifyURL},LINK:{href:uc.qualifyURL},USE:{href:uc.qualifyURL,"xlink:href":uc.qualifyURL},VIDEO:{src:uc.qualifySrc},SOURCE:{src:uc.qualifySrc},background:uc.qualifyURL,poster:uc.qualifyURL,src:uc.qualifyURL,srcset:uc.qualifySrcSet,style:uc.prepareCSS},Fc={FORM:[{n:"autocomplete",v:"off",o:!0},{n:"novalidate",v:"novalidate",o:!0}],INPUT:[{n:"autocomplete",v:"off",o:!0}],LINK:[{n:"type",v:"text/css"},{n:"rel",v:"stylesheet"}],SELECT:[{n:"autocomplete",v:"off",o:!0}],TEXTAREA:[{n:"autocomplete",v:"off",o:!0}]},Gc={"data-di-alt-src":1,"data-di-form-track":1,"data-di-rand":1,"data-di-res-id":1,"data-di-track":1,"data-di-id-done":1,integrity:1,maxlength:1,minlength:1,onload:1,pattern:1,required:1,step:1},Hc=["value","label"],Ic="placeholder",Jc="DI-IGNORED",Kc=function(a,b,c){this.i=a,this.t=b.nodeType,c&&(this.ti=c),Object.defineProperty(this,"el",{enumerable:!1,writable:!0,value:b})};Kc.prototype={getChildIndex:function(a){var b,c,d,e=-1;if(this.c)for(c=0,d=this.c.length;d>c;c++)if(this.c[c].el===a){e=c;break}return e>0&&(null===(b=this.c)||void 0===b?void 0:b.some(function(a){return a.t===Node.DOCUMENT_FRAGMENT_NODE}))&&e--,e},clone:function(a,b){return Kb.di_cloneId={0:0},this.cloneRecur(a,b)},cloneRecur:function(a,b){var c,d={},e=Object.keys(this),f=b||0,g=0;if(!this.ti||this.ti===b){if(this.rt&&this.i===b)return d={i:0},this.c&&(d.c=this.cloneChilds(a,b)),d;a!==!1?this.i!==Kb.di_cloneId[f]?(d.i=this.i,g=d.i,Kb.di_cloneId[f]=this.i+1):Kb.di_cloneId[f]++:(d.i=this.i,g=d.i);for(var h=0,i=e.length;i>h;h++){var j=e[h];switch(j){case"i":break;case"el":break;case"t":(11===this.t||8===this.t)&&(d.t=this.t);break;case"n":d.n=zc(this.n);break;case"na":d.n=zc(this.na);break;case"c":c=this.cloneChilds(a,b);break;case"a":d.a=this.cloneAttributes();break;case"p":d.p=this.cloneProperties();break;case"ti":a||(d.ti=this.ti);break;default:d[j]=this[j]}}return a!==!1&&(d.hasOwnProperty("v")?d=" "===d.v?g:""+g+"|"+d.v:8===d.t&&(d={k:g})),c&&(d.c=c),d}},cloneChilds:function(a,b){var c,d,e=[];for(c=0;ca;a++)c[Ac(d[a])]=this.a[d[a]];return c},getAttribute:function(a){var b=null;return this.a&&this.a.hasOwnProperty(a)&&(b=this.a[a]),b},removeAttribute:function(a){this.a&&delete this.a[a]},setAttribute:function(a,b){this.a||(this.a={}),this.a[a]=b},cloneProperties:function(){var a,b,c={},d=Object.keys(this.p);for(a=0,b=d.length;b>a;a++)c[d[a]]=this.p[d[a]];return c},getProperty:function(a){var b=null;return this.p&&this.p.hasOwnProperty(a)&&(b=this.p[a]),b},removeProperty:function(a){this.p&&delete this.p[a]},setProperty:function(a,b){this.p||(this.p={}),this.p[a]=b},maskContent:function(a){if(this.el.di_masked=1,this.v&&(this.v=p(this.v)),this.a&&this.maskAttribute(),"SOURCE"===this.n&&"PICTURE"===this.el.parentNode.di_dom.n&&this.maskSource(a),"IMG"===this.n&&this.maskImage(a),this.c)for(var b=0;ba;a++)this.a[Hc[a]]&&(this.a[Hc[a]]=p(this.a[Hc[a]]))}};var Lc;!function(a){function b(a,b,e){var f={i:b.i},g=1;if(b.ti&&(f.ti=b.ti,g++),a.n!==b.n||a.na!==b.na)f=b;else{a.h!==b.h&&(f.h=Ib.getPatches(a.h,b.h)),a.rt!==b.rt&&(f.rt=b.rt);var h=c(a.a||{},b.a||{});h&&(f.a=h);var i=c(a.p||{},b.p||{});i&&(f.p=i);var j=c(a.s||{},b.s||{});j&&(f.s=j),a.v!==b.v&&(f.v=Ib.getPatches(a.v,b.v));var k=d(a.c||[],b.c||[],e);k&&(f.c=k)}Object.keys(f).length>g&&e.push(f)}function c(a,b){for(var c={},d=Object.keys(b),e=0,g=d.length;g>e;e++){var h=d[e];a[h]!==b[h]&&(f(b[h])&&b[h].length>10?c[h]=Ib.getPatches(a[h],b[h]):c[h]=b[h]),delete a[h]}d=Object.keys(a);for(var e=0,g=d.length;g>e;e++)c[d[e]]=null;return Object.keys(c).length?c:null}function d(a,c,d){for(var f=[],h=a.length;h--;)-1===g(a[h].i,c)&&(f.push({p:h,r:1}),a.splice(h,1));for(var i=0,j=c.length;j>i;i++){var k=c[i],l=g(c[i].i,a);-1===l?(f.push({p:i,a:[bc.remoteStorage?bc.serializer.serialize(e(k)[0],!0):k]}),a.splice(i,0,k)):(b(a[l],k,d),l!==i&&(f.push({p:l,m:i}),a.splice(i,0,a.splice(l,1)[0])))}return f.length?f:null}function e(a,b){for(var c={},d=Object.keys(a),f=0,g=d.length;g>f;f++){var h=d[f];switch(h){case"i":b&&a.i===b+1||(c.i=a.i),b=a.i;break;case"c":for(var i=[],j=0,k=a.c.length;k>j;j++){var l=e(a.c[j],b);b=l[1],i.push(l[0])}c.c=i;break;default:c[h]=a[h]}}return[c,b]}function g(a,b){for(var c=0,d=b.length;d>c;c++)if(b[c].i===a)return c;return-1}a.addDINodeDiffPatch=b}(Lc||(Lc={}));var Mc=function(){this.setDefault(),this.observers=[{func:this.styleSheetDisabledObserverFn,rate:1e3},{func:this.adoptedStyleSheetObserverFn,rate:1e3}]};Mc.prototype={tag:"DIDOMAPI",setDefault:function(){this.currentIndex=this.currentIndex||0,this.tree={},Kb._di_max_id=Kb._di_max_id||{0:0},this.observer=null,this.documentDINodes={},this.styleDINodes={},this.scannedStylesheet={},this.unmaskedFields=["submit","reset","checkbox","radio","image","file","button"],this.impElList=["html","head","body","style"],this.maskPatchFn=this.createAttributePatch.bind(this),this.mutationQueue=[],this.shadowBuffer=[],this.mQRunning=!1,this.mutationBusy=!1,this.maTO=null},isObserving:function(){return!!this.observer},observe:function(a){this.disconnect(),this.createObserver(a),this.tree=this.prepareTree(a,!!Za(a,"body")),this.addShadowPatches()},createObserver:function(a){Pb&&(this.observer=new Pb(bc.proxy(this.observerFn,this)),this.observer.observe(a,{childList:!0,subtree:!0,attributes:!0,characterData:!0,attributeOldValue:!0,characterDataOldValue:!0}),this.observerFnScoped=this.observerFnScoped||bc.proxy(this.observerFn,this),bc.attachShadowHook.addListener(this.observerFnScoped),this.cssObserverFnScoped=this.cssObserverFnScoped||bc.proxy(this.cssObserverFn,this),bc.attachCSSHook.addListener(this.cssObserverFnScoped),this.initCustomObservers())},initCustomObservers:function(){for(var a=0,b=this.observers.length;b>a;a++){var c=this.observers[a],d=bc.proxy(c.func,this);d(),c.interval=setInterval(d,c.rate)}},createPropertyPatch:function(a,b,c){var d,e={i:null,p:(d={},d[c]=a,d)};bc.jCur.jP.push(this.applyNodeIndex(e,b.di_dom))},observerFn:function(a){for(var b=0,c=a.length;c>b;b++){var d=a[b].target;d.di_dom||d.parentNode&&d.parentNode.di_dom||delete a[b]}Array.prototype.unshift.apply(this.mutationQueue,a.reverse()),this.processMutationStart()},processMutationStart:function(){var a=this;this.mQRunning?(this.mutationBusy=!0,clearTimeout(this.maTO),this.maTO=setTimeout(function(){a.mutationBusy=!1,a.mQRunning=!1,a.processMutationStart()},200)):(this.mQRunning=!0,this.processMutation())},processMutation:function(){for(var a=1500,b=this.mutationQueue.splice(this.mutationQueue.length-a>-1?this.mutationQueue.length-a:0,a);b.length>0;){var c=b.pop();if(c){var d=c.target;if("childList"===c.type&&c.addedNodes.length>0&&bc.dataLayerRulesModule.addListenersForTargetsIn(Array.from(c.addedNodes)),"characterData"===c.type&&3===d.nodeType&&"STYLE"===d.parentNode.di_dom.n)d.parentNode.setAttribute("data-di-rand",G());else if(!d.di_ignored)switch(c.type){case"childList":this.obsChildList(c);break;case"attributes":this.obsAttributes(c);break;case"characterData":this.obsCharacterData(c)}}}this.mutationQueue.length?!this.mutationBusy&&setTimeout(bc.proxy(this.processMutation,this),0):this.mQRunning=!1},cssObserverFn:function(a){var c=a.el,d={path:[]};this.calculateElementLocation(c,d);var e=b(d.sheetId)?d.el:document.documentElement;if(e&&e.di_dom){var f={};T(yc,function(c,d){b(a[d])||("rT"===c||"aR"===c?f[c]=uc.prepareCSS(a[d]):f[c]=a[d])}),b(d.sheetId)||(f.sheetId=d.sheetId),d.path.length&&(f.path=d.path),this.createPropertyPatch(f,e,"rule")}},calculateElementLocation:function(a,b){if(a instanceof CSSStyleSheet)a.ownerRule?(b.path.unshift("styleSheet"),this.calculateElementLocation(a.ownerRule,b)):a.ownerNode?b.el=a.ownerNode:b.sheetId=a.di_id;else if(a instanceof CSSRule){var c=this.getRuleIndex(a);b.path.unshift("cssRules",c),this.calculateElementLocation(a.parentRule||a.parentStyleSheet,b)}},getRuleIndex:function(a){for(var b,c=a.parentRule||a.parentStyleSheet,d=bb(c),e=0,f=d.length;f>e;e++)if(d[e]===a){b=e;break}return b},obsChildList:function(a){var b=a.target,c=a.removedNodes?a.removedNodes.length:0,d=[],e=[],f=[],g=[];if(b.di_dom){var h=Bc[b.di_dom.n];if(b.di_dom.na&&h)return void this.diffPreparedElement(b,h);for(var i=a.removedNodes?a.removedNodes.length:0,j=0;i>j;j++){var k=b.di_dom.getChildIndex(a.removedNodes[j]);-1===k?c--:d.push(k)}var l=0;if(d.length)l=Ob.min.apply(null,d);else try{a.previousSibling&&(l=b.di_dom.getChildIndex(a.previousSibling)+1)}catch(m){l=b.di_dom.c?b.di_dom.c.length:l}for(var n=a.addedNodes?a.addedNodes.length:0,j=0;n>j;j++){var o=a.addedNodes[j],p=this.getParentNodeFromMutation(o,a);if(b.shadowRoot&&b.shadowRoot===o)return;if(-1===b.di_dom.getChildIndex(o)&&p&&p===b){var q=this.prepareTree(o,b.di_in_body||b.di_is_body,b.di_in_shadow||b.di_is_shadow,b.di_dom.rt?b.di_dom.i:b.di_dom.ti);if(this.addShadowPatches(),-1===g.indexOf(q.i)){q.el.di_in_body&&this.handleParentMasking(b,q),g.push(q.i),e.push(q);var r=q.clone(!0,q.ti);f.push(bc.remoteStorage?bc.serializer.serialize(r,!0):r)}}}b.di_dom.c||(b.di_dom.c=[]),b.di_dom.c.splice.apply(b.di_dom.c,[l,c].concat(e));var s={p:l};c&&(s.r=c),f.length&&(s.a=f);var t=b.di_res_parent;t?(t.di_html_res.changed=!0,bc.markResParent(b,t,a.addedNodes)):Object.keys(s).length>1&&bc.jCur.jP.push(this.applyNodeIndex({c:[s]},b.di_dom))}},handleParentMasking:function(a,b){b.el.di_masked||(a.di_masked&&(bc.recurMask||b.v)?b.maskContent(this.maskPatchFn):bc.recurMask&&bc.pds&&this.checkParentForMasking(a)&&b.maskContent(this.maskPatchFn))},checkParentForMasking:function(a){var b=null;return a&&(11===a.nodeType?b=this.checkParentForMasking(a.host):(a.di_maskable===!0?b=a:a.di_maskable!==!1&&(a.di_maskable=Qb.matchesSelector(a,bc.pds),a.di_maskable===!0&&(b=a)),b||a.di_dom&&"BODY"===a.di_dom.n||(b=this.checkParentForMasking(a.parentNode)))),b},getParentNodeFromMutation:function(a,b){var c=a.parentElement||a.parentNode||a.host;try{!c&&b.previousSibling&&(c=b.previousSibling.parentElement||b.previousSibling.parentNode),!c&&b.nextSibling&&(c=b.nextSibling.parentElement||b.nextSibling.parentNode)}catch(d){}return c},applyNodeIndex:function(a,b){return a.i=b.i,b.ti&&(a.ti=b.ti),a},obsAttributes:function(a){var b,c,d,e=a.target,f=uc.getAttributeName(a.attributeName,a.attributeNamespace);if(e.di_dom&&(b=e.di_dom.getAttribute(f),c=e.getAttribute(f),b!==c))if(delete e.di_maskable,d=Bc[e.di_dom.n])this.diffPreparedElement(e,d);else{if(this.ignoreAttr(f))return;c=this.prepareAttribute(f,c,e.di_dom.n,e),e.di_masked&&(c=this.maskAttrChanges(f,c,e.di_dom.n)),b!==c&&this.createAttributePatch(e,f,c,b)}},diffPreparedElement:function(a,b){var c=a.di_dom.clone(!1);b.call(this,a.di_dom);var d=a.di_dom.clone(!1);a.di_res_parent?a.di_res_parent.di_html_res.changed=!0:Lc.addDINodeDiffPatch(c,d,bc.jCur.jP)},createAttributePatch:function(a,b,c,d){if(a.di_dom.setAttribute(b,c),a.di_res_parent)return void(a.di_res_parent.di_html_res.changed=!0);var e=this.getLastAttrPatchIndex(a.di_dom.i),f=bc.jCur.jP[e];if(f){var g=typeof f.a[Ac(b)];"undefined"===g&&delete a["di_old_"+b];var h=this.getAttributeDiff(c,d,b,a);ta(h)&&0===h.length?(delete f.a[Ac(b)],2===Object.keys(f).length&&0===Object.keys(f.a).length&&bc.jCur.jP.splice(e,1)):f.a[Ac(b)]=h}else{delete a["di_old_"+b];var i={a:{}};i.a[Ac(b)]=this.getAttributeDiff(c,d,b,a),bc.jCur.jP.push(this.applyNodeIndex(i,a.di_dom))}},getAttributeDiff:function(a,b,c,d){return null!==a&&Ac(c)<3&&(void 0!==d["di_old_"+c]?a=Ib.getPatches(d["di_old_"+c],a):(a=Ib.getPatches(b,a),d["di_old_"+c]=b)),a},maskAttrChanges:function(a,b,c){return("value"===a||"label"===a)&&(b=p(b)),"src"===a&&"IMG"===c&&(b="//"+ec.app+"/images/noimg.svg"),b},getLastAttrPatchIndex:function(a){for(var b=bc.jCur.jP.length;b--;){var c=bc.jCur.jP[b];if(c.i===a&&c.a)return b}},obsCharacterData:function(a){var b,c,d,e=a.target;e.di_dom&&8!==e.nodeType&&(b=e.di_dom.v,c=e.nodeValue,c!==b&&(c=uc.maskTextNode(c),e.di_masked&&(c=p(c)),d=Ib.getPatches(b,c),e.di_dom.v=c,e.di_res_parent?e.di_res_parent.di_html_res.changed=!0:bc.jCur.jP.push(this.applyNodeIndex({v:d},e.di_dom))))},getTree:function(a,b){return a&&this.isObserving()?this.tree.clone(!b):this.tree},getProperties:function(a){var b=this,c=xc[a.n],d={};return c?(T(c,function(c,e){var f=c.getter(a.el);"undefined"!=typeof f&&(d[e]=f),c.nodeList&&(b[c.nodeList][a.i]=a)}),Object.keys(d).length?d:null):void 0},toString:function(){return dc(this.tree.clone(!0))},disconnect:function(){var a,b=this.observers.length;for(this.observer&&this.observer.disconnect(),a=0;b>a;a++)this.observers[a]&&this.observers[a].interval&&(clearInterval(this.observers[a].interval),delete this.observers[a].interval);this.observerFnScoped&&bc.attachShadowHook.removeListener(this.observerFnScoped),this.cssObserverFn&&bc.attachCSSHook.removeListener(this.cssObserverFn),this.setDefault()},handleMask:function(a){var b=this;bc.pds&&Qb.deep(bc.pds,a.el).forEach(function(a){a.di_dom&&a.di_dom.maskContent(b.maskPatchFn)}),Qb.matches(":not("+bc.ufs+")",Qb.deep("select,textarea,input",a.el)).forEach(function(a){!a.di_dom||a.di_dom.a&&-1!==b.unmaskedFields.indexOf(a.di_dom.a.type)||a.di_dom.maskContent(b.maskPatchFn)})},prepareTree:function(a,b,c,d,e){this.cleanupClonedDidom(a);var f=a.di_dom?a.di_dom.i:++Kb._di_max_id[d||0],g=a.di_dom||new Kc(f,a,d);if(g.c&&delete g.c,a.di_in_body=b,a.di_in_shadow=c,3===g.t){var h=uc.maskTextNode(a.nodeValue);h&&(g.v=h)}else 1===g.t?(g.n=a.nodeName.replace("\\","").toUpperCase(),g.el.di_is_body="BODY"===g.n,this.canPrepare(g)?(delete g.na,delete a.di_ignored,this.getPrepareFn(g).call(this,g)):(a.di_ignored=!0,g.na=this.getReplacement())):11===g.t&&this.prepareShadowRoot(g);return a.di_dom=g,e||1!==g.t&&11!==g.t||this.handleMask(g),g},cleanupClonedDidom:function(a){a.di_dom&&a.parentNode&&a.parentNode.di_dom&&a.di_dom.i===a.parentNode.di_dom.i&&delete a.di_dom},prepareShadowRoot:function(a){a.n=a.el.nodeName.toUpperCase(),a.el.di_is_shadow=!0;var b=this.prepareAdoptedStyleSheets(a.el);b.sheets.length&&(a.p={adoptedSheetList:JSON.stringify(b.sheets)});var c=this.getChildNodes(a.el.childNodes,void 0,a.el.di_in_body,!0);if(c&&(a.c=c),a.el.__shady)a.f=1;else{var d=V("syntheticShadowContainerSelector");if(d&&a.el.host)for(var e=Qb.search(d),f=0;ff;f++){var h=c[f],i=h.di_id,j=void 0;b(i)&&(h.di_id=window.di_sheet_count++),this.scannedStylesheet[h.di_id]?j={id:h.di_id}:(j={id:h.di_id,disabled:h.disabled,media:h.media?h.media.mediaText:"",rules:cb(h)},this.scannedStylesheet[h.di_id]={id:h.di_id,disabled:h.disabled,sheet:h}),e.push(h.di_id),d.sheets.push(j)}d.adoptedSheetIds=e.join(",")}return d},getReplacement:function(){return Jc},prepareChild:function(a,b,c,d){if(!b){var e=this.getAttributes(a.el,a.n,a.el.attributes);e&&(a.a=e)}if(!c){var f=this.getProperties(a);f&&(a.p=f)}var g=d?a.i:a.ti,h=a.el===a.el.shadowRoot?void 0:a.el.shadowRoot,i=this.getChildNodes(a.el.childNodes,h,a.el.di_in_body||"BODY"===a.n,a.el.di_in_shadow,g);i&&(a.c=i);var j=Cc[a.n];j&&j.call(this,a)},canPrepare:function(a){var b,c=Dc[a.n];return b=da(c)?a.el.di_in_body||-1===this.impElList.indexOf(a.n):c(a.el),b&&bc.ies&&Qb.matchesSelector(a.el,bc.ies)&&(b=!1),b},getAttributes:function(a,b,c,d){void 0===d&&(d=[]);for(var e={},f=c?c.length:0,g=d?d.length:0,h=0;f>h;h++)g&&-1!==d.indexOf(c[h].name)||this.prepareAttribute(c[h].name,c[h].value,b,a,e);for(var i=this.getAdditionalAttrs(b),h=0,j=i.length;j>h;h++){var k=i[h];k.o?e[k.n]=k.v:e[k.n]=e[k.n]||k.v}return a.value&&"INPUT"===b&&(e.value=a.value),Object.keys(e).length?e:null},getPrepareFn:function(a){return Bc[a.n]||this.prepareChild},getAttrModifier:function(a,b){return(Ec[a]||{})[b]||Ec[b]},getAttrMutator:function(a){return bc.aMC?bc.aMC[a]:void 0},getAdditionalAttrs:function(a){return Fc[a]||[]},ignoreAttr:function(a){return ec.dAR&&ec.dAR.test(a)||Gc[a]},prepareAttribute:function(a,b,c,d,e){var f,g;if(!this.ignoreAttr(a)&&!Ub.inValAttr.test(a)){if(f=this.getAttrModifier(c,a),g=this.getAttrMutator(a),f&&(b=f(b,d)),g)try{b=bc.proxy(g,bc)(b,d)}catch(h){g.errored||(N("DXA warning: Configuration error in "+a+" callback within the Attribute Mutation Callback.",h.toString()),g.errored=!0)}return e&&(e[a]=b),b}},getChildNodes:function(a,b,c,d,e){var f=[],g=0,h=a.length;b?V("shadowsAsPatches")?this.shadowBuffer.push({shadowRoot:b,inBody:c,inShadow:d,treeIndex:e,recursive:!1}):(f=new Array(h+1),f[g++]=this.prepareTree(b,c,d,e,!0)):f=new Array(h);for(var i=0;i-1?"dev-kappa-app.decibelinsight.net":b)+"/js/hm.js"+(c?"?_="+c:""),e=document.createElement("script");return e.type="text/javascript",e.src=d,e.async=!0,e.addEventListener("load",function(){clearInterval(window.dxaHmInterval)}),document.body.appendChild(e),document.body.contains(e)&&e.src===d?void 0:"activation failed"}a.activateDXAWidget=b,a.activateHeatmap=c}(Oc||(Oc={}));var Qc,Rc=function(){function a(){}return a.hash=function(a,b){return Db(Eb(a),b)},a}(),Sc=function(){function a(a){this.format="HJSON",this.version="1.0",this.styleElementCode=17,this.hashingThreshold=Math.pow(2,13),this.eightString="8",this.attributeString="a",this.hString="h",this.childString="c",this.colonString=":",this.semiColonString=";",this.hashes=a,this.useHashing=Object.keys(a).length>0}return a.prototype.serialize=function(a,b){return M(a)&&(a=this.minTree(a)[1]),b?a:{f:this.format,vr:this.version,v:a}},a.prototype.convertObject=function(a){var b=a;if(M(a)){var c=Object.keys(a),d=c.length;b=[];for(var e=0;d>e;e++)b.push([c[e],this.convertObject(a[c[e]])])}return b},a.prototype.minTree=function(a){var b,c=0,d=a.c;if(d&&0!==d.length){for(var e=[],f=0,g=d.length;g>f;f++){var h=this.minTree(d[f]);if(this.useHashing){var i=h[0].toString()+this.semiColonString;c=Rc.hash(i,c)}e.push(h[1])}var j=Object.keys(a),k=j.length;b=[];for(var f=0;k>f;f++){var l=j[f];if(l!==this.childString){var m=this.convertObject(a[l]);b.push([l,m]),this.useHashing&&(c=Rc.hash(l+this.colonString+JSON.stringify(m),c))}}this.hashes[c]?b={h:c.toString(36)}:b.push([this.childString,e])}else if(b=this.convertObject(a),this.useHashing)if(c=Rc.hash(JSON.stringify(b),0),this.hashes[c])b={h:c.toString(36)};else if(a.a&&"string"==typeof a.a[this.eightString]&&a.a[this.eightString].length>this.hashingThreshold){var n=Rc.hash(a.a[this.eightString],0);if(this.hashes[n])for(var f=0;fthis.hashingThreshold){var n=Rc.hash(a.h,0);if(this.hashes[n])for(var f=0;fj;)i=255&a[j]|(255&a[++j])<<8|(255&a[++j])<<16|(255&a[++j])<<24,++j,i=(65535&i)*g+(((i>>>16)*g&65535)<<16)&4294967295,i=i<<15|i>>>17,i=(65535&i)*h+(((i>>>16)*h&65535)<<16)&4294967295,e^=i,e=e<<13|e>>>19,f=5*(65535&e)+((5*(e>>>16)&65535)<<16)&4294967295,e=(65535&f)+27492+(((f>>>16)+58964&65535)<<16);switch(i=0,c){case 3:i^=(255&a[j+2])<<16;case 2:i^=(255&a[j+1])<<8;case 1:i^=255&a[j],i=(65535&i)*g+(((i>>>16)*g&65535)<<16)&4294967295,i=i<<15|i>>>17,i=(65535&i)*h+(((i>>>16)*h&65535)<<16)&4294967295,e^=i}return e^=a.length,e^=e>>>16,e=2246822507*(65535&e)+((2246822507*(e>>>16)&65535)<<16)&4294967295,e^=e>>>13,e=3266489909*(65535&e)+((3266489909*(e>>>16)&65535)<<16)&4294967295,e^=e>>>16,e>>>0}function u(a){for(var b=[],c=0;cd?b.push(d):2048>d?b.push(192|d>>6,128|63&d):55296>d||d>=57344?b.push(224|d>>12,128|d>>6&63,128|63&d):(c++,d=65536+((1023&d)<<10|1023&a.charCodeAt(c)),b.push(240|d>>18,128|d>>12&63,128|d>>6&63,128|63&d))}return b}var v,w={attrSel:/\\[\\s*class\\s*\\$\\=/,boolFalse:/^(false|0)$/i,boolTrue:/^(true|1)$/i,bot:/(sp[iy]der|[a-z\\/_]bot|crawler|slurp|teoma)/i,canvasCss:/(^|\\s+|>|,|}|{)\\bcanvas\\b/gi,cc:/\\b(\\d{4}([\\s-]?)\\d{4}\\2\\d{4}\\2(?:(?:\\d{4}\\2\\d{3})|(?:\\d{2,4})))\\b/g,comment://gi,commentFrag:/(<\\!\\-\\-|\\-\\->)/gi,css:/\\.css$/i,cssComment:/\\/\\*(.|[\\r\\n])*?\\*\\//gi,cssUrl:/url[\\s]*\\([\\s]*([\'"]?)(.*?)(\\1)[\\s]*\\)/g,cssEscaped:/(\\\\([0-9a-fA-F]{6}))|(\\\\([0-9a-fA-F]+)(\\s+|(?=[^0-9a-fA-F])))/g,diTest:/\\/i\\/([0-9]+\\/)?[0-9]+\\/di\\.js$/i,dU:/^data\\:[a-zA-Z]{2,6}\\/([a-zA-Z]{2,4})(\\+[a-zA-Z]{2,4})?;base64/,dWidthHeight:/device-(width|height)[\\s]*:/gi,email:/(^|[>\\s({\\[\\|\\,;:\\"\\\'])([a-z0-9][a-z0-9._\\-]{0,30}@[a-z0-9\\-]{1,30}\\.+[a-z0-9]{2,5})/gi,eProt:/^\\/\\//,erTest:/^Script error\\.?$/i,escape:/["\\\\\\x00-\\x1f\\x7f-\\x9f]/g,fSel:/(name\\=\\"|field\\-id\\=\\")/,hasProt:/^[a-z]+\\:/i,hrefC:/^javascript: ?(void|;)/i,hUrlFix:/^.+?(\\.app\\/|\\/files\\/)/,hAssetFix:/^file:\\/\\/\\/(.+?\\.app\\/|(android_asset\\/)|(android_res\\/))/,hoverQueryFix:/(\\(| )hover(\\s*)\\.di-hover/gi,idFix:/(:|\\.|\\[|\\]|,|\\{|\\})/g,igQH:/[\\?#].*$/,importIgnore:/@import [^;]+;/gi,importUrl:/\\@import[\\s]+([\'"])(.*?)(\\1)/g,inValAttr:/\\(\\)\\{\\}\\[\\]\\$/,invalidInput:/^(datetime\\-local|datetime|time|week|month|date|number)$/i,js:/\\.js(\\?.*|$)/i,jsO:/(\\.js|\\/[^\\.]+)$/i,jsEType:/(.+):/i,lb:/[\\r\\n\\s]+/g,lComSp:/^[, \\t\\n\\r\\u000c]+/,lNSp:/^[^ \\t\\n\\r\\u000c]+/,lNCom:/^[^,]+/,lowerEncoded:/%([0-9A-F]{2})/gi,mask:/[^\\s]/g,maskReducer:/(\\*+)/g,media:/all|screen|handheld|min-|max-|resolution|color|aspect-ratio/i,nat:/^\\s*function[^{]+{\\s*\\[native code\\]\\s*}\\s*$/,newDiPath:/\\/i\\/[0-9]+\\/[0-9]+\\/(di\\.js|c\\.json)$/i,protR:/^(https?):\\/\\//i,pseudoFix:/\\:(hover|invalid)/gi,punctuationEscaped:/\\\\([:\\/.?=])(?![^\\[]*\\])/g,regex:/^\\/(.*?)\\/([gim]*)$/,sp:/ {2,}/g,stack:/^\\s*(?:at)?\\s* (.*?)@? ?\\(?((?:file|https?|blob|chrome-extension|native|eval|webpack||\\/).*?)(?::(\\d+))?(?::(\\d+))?\\)?\\s*$/i,spaceOnly:/^[ \\n\\t\\r]+$/,ssn:/\\d{3}-\\d{2}-\\d{4}/gi,stW:/(^| )width: /,stH:/(^| )height: /,tCom:/[,]+$/,textarea:/([\\s\\S]*?)<\\/textarea>/gi,trim:/^\\s+|\\s+$/g,trimSpCom:/^[,\\s]+|[,\\s]+$/g,urlFix:/1\\.[0-9]\\.[0-9]\\.[0-9]+\\/bmi\\//gi,val:/ value=["\']([^"]+)["\']/,valId:/^[a-z][a-z0-9_\\-\\:\\.]*$/i,vartest:/^[a-zA-Z0-9 _$\\.\\[\\]\'"]+$/,xmlns:/www\\.w3\\.org\\/[0-9]{4}\\/([a-zA-Z]+)/i};!function(a){a.DEBUG="DEBUG",a.CONFIG="CONFIG",a.INFO="INFO",a.WARN="WARN",a.ERROR="ERROR"}(v||(v={}));var x;!function(a){a.READY_EXEC="Error caught in ready function",a.GLOBAL_READY="Error caught in global ready function",a.SOCKET_ON_MESSAGE="Error caught in socket message processing",a.AJAX="Error caught in AJAX method execution",a.JSON="Unable to parse JSON structure",a.CAUGHT_ERROR="JS Execution Error Occured",a.C_JSON_CACHE="Cached c.json is detected"}(x||(x={}));var y;!function(a){function c(a,c,d,e){if(d||(d=v.INFO),!b(c)){var f=l(c)||"",g=k(c.stack);self.workerFunctions.sendToDI({key:["handleProcessedException"],param:[a,f,g,d,e]})}}a.processError=c}(y||(y={}));var z=r(),A=function(){function b(){this.socketRAT=[500,1e3,2500,5e3,1e4,2e4,4e4,6e4],this.failedMaxTry=3,this.speedSent=0,this.maxSpeedSent=25,this.status={CONNECTING:0,OPEN:1,CLOSING:2,CLOSED:3},this.socket={},this.hasSocket="function"==typeof WebSocket,this.sBuf=[],this.socketRTO=null,this.socketRT=0,this.socketFailed=!1,this.sQ={}}return b.prototype.send=function(a){var b=this;if(this.socU=a.socU,this.xhrU=a.xhrU,a.data&&!a.retryCount){if(i(a.data)&&(a.data=z(a.data)),a.dataLength=a.data.length,a.preparedParam+="&dl="+a.dataLength,a.dataLength>144e5)return void self.workerFunctions.sendToDI({key:["postInfo"],param:["extra",{entityTooLarge:1}]});self.workerFunctions.sendToDI({key:["addDSize"],param:[a.dataLength]})}this.xhrSocket(a,function(b){return a.callback&&a.callback(b)},function(c){a.retryCode=c,a.retryCount=(a.retryCount||0)+1,b.sendFailedBuffer(a)})},b.prototype.sendFailedBuffer=function(a){var b=this;a.retryCountd;d++){var e=a[d];i(e)&&(e=this.recurSerialize(e)),b.push(e)}return b},a.prototype.convertObject=function(a){for(var b=Object.keys(a),c=b.length,d="",e=[0],f=0;c>f;f++){var g=b[f],h=a[g];i(h)&&(h=this.recurSerialize(h)),d+=g+";",e.push(h)}return e[0]=this.lookupEntryOrAdd(d),e},a.prototype.lookupEntryOrAdd=function(a){if(""===a)return 0;var b=this.dictionary[a];return b||(b=this.dictionaryLength,this.dictionary[a]=b,this.dictionaryLength++),b},a.prototype.serialize=function(a,b){return this.reset(),i(a)&&(a=this.recurSerialize(a)),b?a:{v:a,d:Object.keys(this.dictionary),f:this.format,vr:this.version}},a}(),C=function(){function a(){}return a.hash=function(a,b){return t(u(a),b)},a}(),D=function(){function a(a){this.format="HJSON",this.version="1.0",this.styleElementCode=17,this.hashingThreshold=Math.pow(2,13),this.eightString="8",this.attributeString="a",this.hString="h",this.childString="c",this.colonString=":",this.semiColonString=";",this.hashes=a,this.useHashing=Object.keys(a).length>0}return a.prototype.serialize=function(a,b){return i(a)&&(a=this.minTree(a)[1]),b?a:{f:this.format,vr:this.version,v:a}},a.prototype.convertObject=function(a){var b=a;if(i(a)){var c=Object.keys(a),d=c.length;b=[];for(var e=0;d>e;e++)b.push([c[e],this.convertObject(a[c[e]])])}return b},a.prototype.minTree=function(a){var b,c=0,d=a.c;if(d&&0!==d.length){for(var e=[],f=0,g=d.length;g>f;f++){var h=this.minTree(d[f]);if(this.useHashing){var i=h[0].toString()+this.semiColonString;c=C.hash(i,c)}e.push(h[1])}var j=Object.keys(a),k=j.length;b=[];for(var f=0;k>f;f++){var l=j[f];if(l!==this.childString){var m=this.convertObject(a[l]);b.push([l,m]),this.useHashing&&(c=C.hash(l+this.colonString+JSON.stringify(m),c))}}this.hashes[c]?b={h:c.toString(36)}:b.push([this.childString,e])}else if(b=this.convertObject(a),this.useHashing)if(c=C.hash(JSON.stringify(b),0),this.hashes[c])b={h:c.toString(36)};else if(a.a&&"string"==typeof a.a[this.eightString]&&a.a[this.eightString].length>this.hashingThreshold){var n=C.hash(a.a[this.eightString],0);if(this.hashes[n])for(var f=0;fthis.hashingThreshold){var n=C.hash(a.h,0);if(this.hashes[n])for(var f=0;fd;d++)b=b[a.key[d]];void 0!==a.param?b[a.key[c]].apply(b,a.param):b[a.key[c]]=a.value}},a.prototype.process=function(a,b,c){c&&(this.resultCallbacks[this.i]=c);var d={id:this.i,message:b,procMethodName:a};this.i++,this.worker.postMessage(d)},a}();!function(a){function b(){window.Worker?d=new Tc:N("DXA warning: This browser doesn't support web workers.")}function c(a,b,c){d&&d.process(a,b,c)}var d=null;a.init=b,a.process=c}(Qc||(Qc={}));var Uc;!function(a){function b(a,b,c){Qc.process("DJSONSerialize",{data:a,partialDom:b},c)}a.serialize=b}(Uc||(Uc={}));var Vc;!function(a){function b(a){Qc.process("HJSONInit",a)}function c(a,b,c){Qc.process("HJSONSerialize",{data:a,partialDom:b},c)}a.init=b,a.serialize=c}(Vc||(Vc={}));var Wc,Xc=function(){function a(){this.listeners=[]}return a.prototype.addListener=function(a){-1===this.listeners.indexOf(a)&&this.listeners.push(a),this.addHook()},a.prototype.removeListener=function(a){var b=this.listeners.indexOf(a);-1!==b&&this.listeners.splice(b,1),this.removeHook()},a.prototype.addHook=function(){var a=this;!Element.prototype.di_attachShadow&&Element.prototype.attachShadow&&(Element.prototype.di_attachShadow=Element.prototype.attachShadow,Element.prototype.attachShadow=function(){var b="[native code]",c=Element.prototype.di_attachShadow.apply(this,arguments);try{if(c.host&&b)for(var d=0;dbc.sTO&&(bc.dataColl.active=!1,this.net.socketClose(),bc.endColl()),this.clearHTMLPatch(b),c.imp?this.send(a,b,c):"exit"===a?this.postMulti({async:!1,extraParam:"&ex=1"}):"flush"===a?this.postMulti():(this.pB.push({type:a,data:b,offset:Ob.max(0,Ob.floor((c.time-bc.getPageTime())/1e3))}),this.canPostMulti(c)&&this.postMulti()))},a.prototype.send=function(a,c,d){this.rId++,d=S({},d),d.key=d.key||"k"+this.rId,d.data=null,d.type=a,b(c)||(d.data=c),this.setPreparedParam(a,d),this.pBLT=G(),I("di_last_session_time",bc.lInt),Ub.boolTrue.test(z(Lb.body,"di-heatmap"))||(this.triggerForExt(d),Mb.sendBeacon&&(d.async===!1||bc.unloadInProgress)?this.sendWithBeacon(d):this.net.send(d))},a.prototype.triggerForExt=function(a){this.socketActive()&&Na("disocketdata",{url:a.preparedParam,postBody:a.data})},a.prototype.sendWithBeacon=function(a){if(a.data){if(M(a.data)&&(a.data=dc(a.data)),a.dataLength=a.data.length,a.preparedParam+="&dl="+a.dataLength,a.dataLength>144e5)return void bc.postInfo("extra",{entityTooLarge:1});bc.dSize+=a.dataLength}Mb.sendBeacon(this.getDataAjaxPath(a),a.data)||(a.retryCode="beaconError",a.crossPage=!0,a.retryCount=1,a.async=!0,I("d_failedBeacon",dc(a)))},a.prototype.checkFailedBeacon=function(){var a=C("d_failedBeacon");if(!b(a)){var c=Q(a);c.key&&this.net.send(c)}},a.prototype.socketClose=function(){this.net.socketClose()},a.prototype.setPreparedParam=function(a,c){var d,e="",f=b(bc.jspsf)?"":"&jspsf="+bc.jspsf,g=(null===(d=bc.realTime)||void 0===d?void 0:d.enabled)?"&ldxs=1":"",h=V("ipHandling")?"&dnt=1":"",i=b(c.dataLength)?"":"&dl="+c.dataLength;c.process!==!1&&(e="&dc="+ ++bc.dC),bc.pvId=Ob.abs(bc.getPageTime()),c.preparedParam="type="+a+"&wid="+bc.wId+"&sid="+bc.sId+f+g+"&pvid="+bc.pvId+(c.extraParam||"")+h+e+"&dv="+ec.dataVer+i},a.prototype.getDataAjaxPath=function(a){return bc.xhrU+"?"+a.preparedParam},a.prototype.clearHTMLPatch=function(a){bc.dHC&&a&&(a.jP&&(a.jP={}),a.html&&(a.html=""))},a.prototype.postMulti=function(a){this.pB.length&&(this.send("multi",this.pB,a),this.pB=[])},a.prototype.canPostMulti=function(a){return!a.onExit&&(this.pB.length>(this.socketActive()?0:1)||a.time-this.pBLT>5e3)},a.prototype.socketActive=function(){return ec.hasSoc&&!this.socketFailed},a}();!function(a){function b(a,b,c,d){var e={url:a,options:{}};b&&(e.options={data:b.data,async:b.async,timeout:b.timeout,method:b.method,nocache:b.nocache,extraHeader:b.extraHeader}),Qc.process("ajaxExecute",e,function(a){M(a)&&(a.success?c&&c(a.responseText):d&&d(a.status))})}a.execute=b}(Wc||(Wc={}));var _c;!function(a){a.SEND_FRAMED_PAGE="send_framed_pageview",a.SEND_PARENT_PAGE="send_parent_pageview",a.REQUEST_SESSION="request_session",a.RESPONSE_SESSION="response_session"}(_c||(_c={}));var ad,bd=function(){function a(a){this.namespace=a}return a.prototype.addListener=function(a){var b=this;Kb.addEventListener("message",function(c){c.data&&c.data.namespace&&b.matchesNamespace(c.data.namespace)&&a(c)})},a.prototype.postMessage=function(a,b,c,d){var e={namespace:this.namespace,type:b,payload:d};a.postMessage&&a.postMessage(e,c)},a.prototype.matchesNamespace=function(a){return a===this.namespace},a}(),cd=function(){function a(a){this.messengerNamespace="DXA_",this.messenger=new bd(this.messengerNamespace+a),this.messenger.addListener(Ma(this.messageReceived,this))}return a.prototype.checkFramed=function(){Kb.self!==Kb.top&&this.messenger.postMessage(Kb.parent,_c.SEND_FRAMED_PAGE,"*",{aId:bc.aId,wId:bc.wId,sId:bc.sId,pvId:bc.pvId})},a.prototype.checkParent=function(a){var b=this;this.checkParentCallback=function(c){clearInterval(b.checkParentTO),a(c),b.checkParentCallback=function(){}};var c=function(){setTimeout(function(){b.checkParentTO=setTimeout(function(){b.checkParentCallback()},1e3),b.messenger.postMessage(Kb.top,_c.REQUEST_SESSION,"*",{aId:V("accountNumber"),wId:V("websiteId")})},500)};if(Kb.top===Kb.self)this.checkParentCallback();else try{Kb.self.location.origin===Kb.top.location.origin?this.checkParentCallback():c()}catch(d){c()}},a.prototype.messageReceived=function(a){switch(a.data.type){case _c.SEND_FRAMED_PAGE:this.framedPageReceived(a);break;case _c.SEND_PARENT_PAGE:this.parentPageReceived(a);break;case _c.REQUEST_SESSION:this.sessionRequestFromiFrame(a);break;case _c.RESPONSE_SESSION:this.sessionResponseFromParent(a)}},a.prototype.sessionResponseFromParent=function(a){var b=a.data.payload;b&&b.preparedHeader&&this.checkParentCallback(b.preparedHeader)},a.prototype.sessionRequestFromiFrame=function(a){var b=a.data.payload;b&&bc&&bc.sId&&this.isSameProperty(b.aId,b.wId)&&bc.isDomainValid(void 0,a.origin)&&this.messenger.postMessage(a.source,_c.RESPONSE_SESSION,"*",{preparedHeader:bc.getExtraHeaders()})},a.prototype.findSourceFrame=function(a){for(var b,c=document.getElementsByTagName("iframe"),d=0,e=c.length;e>d;d++){var f=c[d];f.contentWindow===a.source&&(b=f)}return b},a.prototype.framedPageReceived=function(a){var b,c=a.data.payload;c&&this.isSameSession(c.sId,c.aId,c.wId)&&(b=this.findSourceFrame(a),b&&(b.setAttribute("data-di-pvid",c.pvId),this.messenger.postMessage(a.source,_c.SEND_PARENT_PAGE,"*",{aId:bc.aId,wId:bc.wId,sId:bc.sId,pvId:bc.pvId})))},a.prototype.parentPageReceived=function(a){var b=a.data.payload;b&&this.isSameSession(b.sId,b.aId,b.wId)&&bc.postInfo("meta",{parentPvid:b.pvId})},a.prototype.isSameSession=function(a,b,c){return a===bc.sId&&b===bc.aId&&c===bc.wId},a.prototype.isSameProperty=function(a,b){return a===bc.aId&&b===bc.wId},a}();!function(a){function b(a,b){Qc.process("hash",a,b)}a.execute=b}(ad||(ad={}));var dd={comparison:"valueComp",location:"location"},ed={string:"string","function":"function",object:"object",undefined:"undefined"},fd={once:"once",replace:"replace"},gd={domSelector:"dom-selector",jsVariable:"js-var",urlParameter:"url-param",gtmVariable:"gtm-var"},hd={change:"change",click:"click",gtmEvent:"gtm-event",hashChange:"hashchange",load:"load",submit:"submit"},id={enableRealTime:{},sendApplicationError:{error:{paramType:"object|string",required:!0},useAsSelector:{paramType:"boolean",required:!0}},sendCustomDimension:{data:{paramType:"object|array|string",required:!0},value:{paramType:"string|number|boolean|object",required:!0},valueIsParam:{paramType:"boolean|number",required:!0}},sendHTTPError:{code:{paramType:"string|number",required:!0}},sendPageGroup:{groupName:{paramType:"string|object",required:!0},dataLayerId:{paramType:"number",required:!0}},sendTrackedEvent:{name:{paramType:"string|number|object",required:!0},value:{paramType:"number|object",required:!1},valueType:{paramType:"string|object",required:!1},el:{paramType:"object",required:!1},pageUrl:{paramType:"string|object",required:!0}},trackPageView:{urlToLoad:{paramType:"string|object",required:!0},params:{paramType:"object",required:!0},internal:{paramType:"boolean|number",required:!0}},updateUserId:{id:{paramType:"object|string|number",required:!0}}},jd=function(){function a(){this.rules=[],this.tag="DataLayerRulesError",this.timesSent={},this.previousValues={},this.retryRules=[],this.maxAttempts=3600,this.ruleIdCounter=0}return a.prototype.createListeners=function(a){var b,c=this;void 0===a&&(a=[]),this.rules.length<=0&&void 0===this.queueInterval&&(this.queueInterval=setInterval(function(){return c.queueRetry()},500)),this.rules=this.rules.concat(a);for(var d=[],f=0;fc;case"gte":return e>=c;case"lte":return c>=e;case"lt":return c>e;case"urlregex":return new RegExp(c).test(e)}else Zb.processError(this.tag,new Error("Variable "+d+" does not exist in the scope"),Xb.ERROR,_b.CAUGHT_ERROR)}return!1},a.prototype.executeAction=function(a){var b,c=a.action,d=c.name,e=c.args,f=window[window.DecibelInsight][d],g=!0;if(a.event.name===hd.load)for(var h in e){var i=e[h];if("object"==typeof i&&"object"==typeof i.variable&&"js-var"===i.variable.type){var j=this.getDeepVariableFromObject(i.variable.name,window);if(a.event.name===hd.load){if((null===(b=this.previousValues[a.id])||void 0===b?void 0:b.value)===j)return!1;this.previousValues[a.id]={name:i.variable.name,value:j},g=!1}if(void 0===j)return!1}}if(typeof f===ed["function"])try{return f.apply(window[window.DecibelInsight],this.orderNamedArguments(d,e)),void 0!==this.timesSent[a.id]&&++this.timesSent[a.id],g}catch(k){Zb.processError(this.tag,new Error("The following error occurred during DLR execution: \\n "+k),Xb.ERROR,_b.CAUGHT_ERROR)}else Zb.processError(this.tag,new TypeError('Action "'+d+'" is not a DXA API method.'),Xb.ERROR,_b.CAUGHT_ERROR)},a.prototype.orderNamedArguments=function(a,b){var c=[],d=id[a];if(typeof d!==ed.undefined)for(var e in d)if(R(d,e)){var f=d[e],g=typeof b[e]===ed.object&&b[e].variable?this.getDLRVariable(b[e]):b[e];typeof g!==ed.undefined?(!isNaN(g)&&!isNaN(parseFloat(g))&&g0)try{c=h(d,b)}catch(e){Zb.processError(this.tag,new Error("Failed to retrieve deeply-nested JS variable: \\n "+e),Xb.ERROR,_b.CAUGHT_ERROR)}return c},a.prototype.queueRetry=function(){for(var a=0;athis.maxAttempts&&(this.retryRules.splice(a,1),--a)),this.retryRules.length<=0)return void clearInterval(this.queueInterval)}},a.prototype.attemptRule=function(a){var b,c,d,e,f=!1;if(this.validateRuleOptions(a))if(this.validateCondition(a.condition)){var g=this.executeAction(a);g?f=!0:g===!1&&this.addRuleToQueue(a)}else a.event.name===hd.load&&"js-var"===(null===(d=null===(c=null===(b=a.condition)||void 0===b?void 0:b.reference)||void 0===c?void 0:c.variable)||void 0===d?void 0:d.type)&&void 0===this.getDeepVariableFromObject((null===(e=a.condition)||void 0===e?void 0:e.reference).variable.name,window)&&this.addRuleToQueue(a);return f},a.prototype.addRuleToQueue=function(a){for(var b=0,c=this.retryRules;b0&&g.decodedBodySize>1e3&&(c+=g.encodedBodySize,d+=g.responseEnd-g.fetchStart)}var h=c/(d/1e3);b.downSpeed=h,1e4>c&&--a>0&&b.collectResourceTimingSpeed(a)},500)},a.prototype.collectWSSNetworkSpeed=function(a,b,c){var d=c-b;this.upSize+=a.size,this.upTime+=d;var e=this.upSize/(this.upTime/1e3);this.upSpeed=e,++this.collectedPackages},a.prototype.sendCollectedData=function(){this.hasSentData=!0;var a=8*this.downSpeed/1e3,b=8*this.upSpeed/1e3;bc.postInfo("netSpeed",{dSpeed:(a&&a!==1/0?a:0).toFixed(2),uSpeed:(b&&a!==1/0?b:0).toFixed(2)})},a.prototype.scheduleCollectedData=function(){var a=this;setTimeout(function(){a.collectedPackages?a.sendCollectedData():(a.scheduleCollectedData(),a.collectedPackages=0)},1e4)},a}(),ld=function(){};ld.prototype={start:function(){Kb[Kb.DecibelInsight+"_initiated"]=!0,jc(this),Yb.startLogging();var a,b=this,c=function(){return b.q.push(Rb.call(arguments))},d=function(a){return function(){return b.q.push([a].concat(Rb.call(arguments)))}};for(c.Sizzle=Qb,b.q=Kb[Kb.DecibelInsight]&&Kb[Kb.DecibelInsight].q?Kb[Kb.DecibelInsight].q:[],Kb[Kb.DecibelInsight]=c,a=0;a0},addJourneyEvents:function(){this.j&&(n(Lb,"keydown",this.keyDown,this),n(Lb,"keyup",this.getSelection,this),n(Lb,Aa(),this.onWheel,this,!0),this.or=screen.orientation||screen.mozOrientation||screen.msOrientation,this.orS=!b(this.or),"onorientationchange"in Kb?(n(Kb,"resize",this.orientationChanged,this),this.orientationChanged()):"matchMedia"in Kb&&(n(Kb,"resize",this.oQueryObs,this),this.oQueryObs()))},runIntScripts:function(a){y(hc[a])&&!this[a+"Done"]&&(this[a+"Done"]=!0,hc[a]())},processQueue:function(b){var c=this,d=b.shift();if(this[d]&&-1!==a(d,gc)){if(this.dataColl.active||!this.dataColl.inactivityTriggered||!fc.includes(d))return this[d].apply(this,b);this.dataColl.active=!0,this.dataColl.inactivityTriggered=!1,this.startColl(void 0,function(){return c[d].apply(c,b)})}else N("DXA warning: Method does not exist: "+d)},version:function(){var a=ec.ver;return ec.branch&&"MASTER"!==ec.branch&&(a+="-"+ec.branch),a},isDIDOM:function(){return!0},isHistoricHeatmap:function(){return-1!==Nb.pathname.indexOf("/heatmap/get-html")||"about:srcdoc"===Nb.href},isDomainValid:function(a,b){if(!b&&this.isHistoricHeatmap())return!0;a=a||this.d;var c=Nb.hostname.toLowerCase();b&&(ec.qa.href=b,c=ec.qa.hostname.toLowerCase());var d=!1;if(ta(a)&&0!==a.length)for(var e=0;e=lc.FORCED_IN_SERVER?lc.SERVER:a,!1,!0),this.setForceColl("replay",a,!1,!0),this.selectSessionForExperience(a,!1,"setSamplingFromNative",!0,!1,!0))},canChangeState:function(a,b,c){var d,e=this.dataColl.experienceLead||this.dataColl.experienceSession,f=this.dataColl[b+"Lead"]||this.dataColl[b+"Session"];d=c&&a in lc?a:a?lc.FORCED_IN:lc.FORCED_OUT;var g=[lc.FORCED_OUT];return e!==lc.FORCED_OUT&&f!==lc.FORCED_OUT&&(f===lc.FORCED_IN_SERVER&&g.push(lc.FORCED_IN),f===lc.FORCED_OUT_SERVER&&(g.push(lc.FORCED_IN),g.push(lc.FORCED_IN_SERVER))),this.hasFeature(cc.PAGE)&&g.includes(d)},selectSessionForExperience:function(a,b,c,d,e,f){var g,h;h=f&&a in lc?a:a?lc.FORCED_IN:lc.FORCED_OUT,c=c||"selectSessionForExperience",d||!this.dataColl.isDataCreditSubscription()&&!this.dataColl.experiencePurposeful()?h===this.dataColl.getStatus("experience")?N("DXA warning: No change provided for data collection status."):this.canChangeState(h,"experience",!0)||this.dataColl.isDataCreditSubscription()&&this.hasFeature(cc.PAGE)?(g=this.dataColl.active,this.jCur.jE.push(c),h===lc.FORCED_IN||h===lc.FORCED_IN_SERVER?(!this.dataColl.isDataCreditSubscription()&&this.dataColl.experienceMethod&&(this.jspsf=1,this.hasFeature(cc.COOKIE)||I("d_sessionId",this.sId+".1")),this.setCollStart(h,g,b,c)):(h===lc.FORCED_OUT||h===lc.FORCED_OUT_SERVER)&&this.setCollStop(h,g,b,c,e)):N("DXA warning: Experience data collection status cannot be changed anymore for this session."):N("DXA warning: selectSessionForExperience is not supported by current subscription or sampling method.")},selectPageviewForAnalysis:function(a){var b="selectPageviewForAnalysis",c=a?lc.FORCED_IN:lc.FORCED_OUT;this.dataColl.isDataCreditSubscription()||this.dataColl.analysisPurposeful()?N("DXA warning: selectPageviewForAnalysis is not supported by current subscription or sampling method."):c===this.dataColl.getStatus("analysis")?N("DXA warning: No change provided for Analysis data collection status."):this.canChangeState(a,"analysis")&&this.dataColl.analysisSession!==lc.FORCED_IN&&this.dataColl.analysisPage!==lc.FORCED_OUT&&this.dataColl.analysisPage!==c?(this.postApi(b),this.dataColl.analysisPage=c,this.sendSamplingStatus(!0)):N("DXA warning: Analysis data collection status cannot be changed anymore for this page.")},selectSessionForAnalysis:function(a,b){var c="selectSessionForAnalysis",d=a?lc.FORCED_IN:lc.FORCED_OUT,e=this.dataColl.getExperienceStatus();this.dataColl.isDataCreditSubscription()||this.dataColl.analysisPurposeful()?N("DXA warning: selectSessionForAnalysis is not supported by current subscription or sampling method."):d===this.dataColl.getStatus("analysis")?N("DXA warning: No change provided for Analysis data collection status."):this.canChangeState(a,"analysis")?this.dataColl.active?(this.postApi(c),this.setForceColl("analysis",d,b),this.sendSamplingStatus()):a&&!e&&(this.setForceColl("analysis",d,b,!0),this.selectSessionForExperience(a,b,c,!0)):N("DXA warning: Analysis data collection status cannot be changed anymore for this session.")},selectSessionForReplay:function(a,b){var c="selectSessionForReplay",d=a?lc.FORCED_IN:lc.FORCED_OUT,e=this.dataColl.getReplayStatus(),f=this.dataColl.getExperienceStatus();this.dataColl.isDataCreditSubscription()||this.dataColl.replayPurposeful()?N("DXA warning: selectSessionForReplay is not supported by current subscription or sampling method."):d===this.dataColl.getStatus("replay")?N("DXA warning: No change provided for Replay data collection status."):this.canChangeState(a,"replay")?this.dataColl.active?(this.postApi(c),this.setForceColl("replay",d,b),this.sendSamplingStatus(),!e&&this.dataColl.getReplayStatus()&&this.trackPageView(null,null,!0)):a&&!f&&(this.setForceColl("replay",d,b,!0),this.selectSessionForExperience(a,b,c,!0)):N("DXA warning: Replay data collection status cannot be changed anymore for this session.")},endColl:function(a,b){this.sendScroll(b),this.endJourney(b),this.endForm(),this.networkSpeedCollection.sendCollectedData(),this.pageGroups=[],a&&(this.clearTimer(["cInt","hInt"]),this.stopObserver(),this.initPV=!1),this.postInfo(b?"exit":"flush")},startColl:function(a,b){if(!Ub.boolTrue.test(z(Lb.body,"di-heatmap"))){this.time=new Date,this.dC=0,this.httpEr=0,this.eC=0,this.dSize=0,this.htmlSent=!1,this.pageSent=!1,this.htmlColCB=[],this.pageColCB=[],this.realTime=new rc,this.unloadInProgress=!1,this.dataLayerRulesModule.reset(),this.jBuf=[];var c=C("di_last_session_time"),d=Ma(function(){var c=this;this.init?(this.phS=!1,this.pN=1,this.postInfo("page",this.pageData(),{imp:!0,callback:function(){c.pageCollected(),c.runIntScripts("intScripts"),y(b)&&b()}}),this.postBrowserData(),this.frameIdentifier=new cd("CrossFramePVID"),this.frameIdentifier.checkFramed(),this.initPV?(this.sendTrackedPagePerf(),this.startJourney(),this.startForm(),this.startObserver(),this.dataLayerRulesModule.recreateOnLoadListeners()):(this.initPV=!0,this.initPageTrack())):this._init(),a&&this.postApi(a)},this),e=c||1e3*hc.curTime;if(G()-e>this.sTO){var f=+C("di_activity_json_time");f!==e?(I("di_activity_json_time",e),I("di_last_session_time"),this.sendCookieFlags(!0,!1,Ma(this.startColl,this,a))):Zb.processError(this.tag,Error(_b.C_JSON_CACHE),Xb.WARN,_b.C_JSON_CACHE)}else d()}},postBrowserData:function(){var a=this;navigator.userAgentData&&navigator.userAgentData.getHighEntropyValues(["platform","platformVersion"]).then(function(b){b.platform&&b.platformVersion&&a.postInfo("browser",{platform:b.platform,platformVersion:b.platformVersion,mobile:b.mobile},{imp:!0})})},setCollStart:function(a,b,c,d){this.dataColl.active=!0,this.setForceColl("experience",a,c),this.init?b||(this.cInt=setInterval(Ma(this.collIntervalFn,this),this.cIntT),this.hInt=setInterval(Ma(this.hoverIntervalFn,this),this.hIntT),this.startJourney(),this.startForm(),this.startObserver()):(this.time=new Date,this._init()),this.sendSamplingStatus(),this.postApi(d,!0),"setRetention"===d&&this.postInfo("retention"+this.getAccountPresent(),"",{imp:!0,process:!1})},setCollStop:function(a,b,c,d,e){b&&this.init&&(this.postApi(d,!0),e||a!==lc.FORCED_OUT||this.sendSamplingStatus(!1,{experience:a}),this.setForceColl("experience",a,c),a===lc.FORCED_OUT&&(this.endColl(!0),this.dataColl.active=!1))},startSessionFn:function(a,c){if(!this.dataColl.active){this.dataColl.active=!0;var d=this.dataColl.replayLead||this.dataColl.replaySession;(d!==lc.FORCED_IN||d!==lc.FORCED_IN_SERVER)&&(this.dataColl.replaySession=lc.FORCED_IN,this.dataColl.replayLead=lc.SERVER);var e=this.dataColl.experienceLead||this.dataColl.experienceSession;(e!==lc.FORCED_IN||e!==lc.FORCED_IN_SERVER)&&(this.dataColl.experienceSession=lc.FORCED_IN,this.dataColl.experienceLead=lc.SERVER,b(this.jspsf)||(this.jspsf=1)),this.sendCookieFlags(!0,a,Ma(this.startColl,this,c))}},startSession:function(a){this.startSessionFn(a,"startSession")},endSession:function(){var a="endSession";this.dataColl.active&&(this.jCur.jE.push(a),this.init&&(this.postApi(a,!0),this.setForceColl("analysis",lc.SERVER,!1,!0),this.setForceColl("replay",lc.SERVER,!1,!0),this.setForceColl("experience",lc.FORCED_OUT,!1),this.endColl(!0),this.dataColl.active=!1))},restartSession:function(a){this.dataColl.active&&(this.postApi("restartSession"),this.endColl(),this.dataColl.active=!1),this.setForceColl("analysis",lc.SERVER,!1,!0),this.setForceColl("replay",lc.SERVER,!1,!0),this.setForceColl("experience",lc.SERVER,!1,!0),this.startSessionFn(a,"restartSession")},setFavourite:function(a){if(void 0===a&&(a=0),this.canCollect(cc.PAGE)){this.setRetention();var b=[24,12,6,3,1];a=b.find(function(b){return a>=b})||0,this.postApi("setFavourite"),this.postInfo("favourite",{retention:a})}},setFavorite:function(a){this.setFavourite(a)},setRetention:function(){if(this.canCollect(cc.PAGE)){if(this.dataColl.isDataCreditSubscription()){if(!b(this.jspsf)){this.jspsf=1,this.hasFeature(cc.COOKIE)||I("d_sessionId",this.sId+".1");var a=this.getExtraHeaders();Wc.execute(gb(a),{nocache:!0,extraHeader:a})}this.postApi("setRetention"),this.postInfo("retention"+this.getAccountPresent(),"",{imp:!0,process:!1})}else this.setForceColl("analysis",lc.FORCED_IN,!!this.dataColl.analysisLead,!0),this.setForceColl("replay",lc.FORCED_IN,!!this.dataColl.replayLead,!0),this.selectSessionForExperience(!0,!!this.dataColl.experienceLead,"setRetention",!0);this.htmlSent&&this.htmlCollected(),this.pageSent&&this.pageCollected()}},dataRetention:function(a){this.canCollect()&&a===!1&&(this.postInfo("dataRetention",{state:!1}),this.endColl(!0),this.dataColl.active=!1,this.sendCookieFlags(!0))},getAccountPresent:function(){return"&accountPresent="+W(Ub.newDiPath.test(gb()))},getExtraHeaders:function(a,c){var d={"X-DI-cookieflags":this.dataColl.getSamplingHeader(),"X-DI-sid":this.sId,"X-DI-lid":this.leadId};return b(this.jspsf)||(d["X-DI-jspsf"]=this.jspsf),a&&(d["X-DI-sid-renew"]=1,hc.int_state="0",I("di_adobe_tracked"),I("di_ga_tracked")),c&&(d["X-DI-lid-renew"]=1),d["X-DI-int-state"]=hc.int_state||"0",d},setForceColl:function(a,b,c,d){if(this.hasFeature(cc.PAGE)){var e=this.dataColl.getSamplingHeader();c?(this.dataColl[a+"Lead"]=b,this.dataColl[a+"Session"]=lc.SERVER):(this.dataColl[a+"Lead"]=lc.SERVER,this.dataColl[a+"Session"]=b),d||this.dataColl.getSamplingHeader()===e||(this.sendCookieFlags(),this.htmlSent&&this.htmlCollected(),this.pageSent&&this.pageCollected())}},sendCookieFlags:function(a,b,c){var d=this,e=this.getExtraHeaders(a,b);Wc.execute(gb(e),{nocache:!0,extraHeader:e},function(a){var b=Q(a);ua(b)&&(d.sId=b.da_sessionId_e,d.leadId=b.da_leadId_e,hc.curTime=b.curTime,d.hasFeature(cc.COOKIE)||(I("d_sessionId",d.sId),ub("_da_da_leadId",d.leadId)),d.validateSId(),d.setFirstPartyCookie(),c&&c(a))})},startCacheExtender:function(){!this.cacheExtInt&&hc.curTime&&(this.cacheExtInt=setInterval(this.cacheExtender.bind(this),3e5),this.cacheExtender())},cacheExtender:function(){if(G()/1e3-hc.curTime>1200&&this.dataColl.active){var a=this.getExtraHeaders();Wc.execute(gb(a),{nocache:!0,extraHeader:a},function(a){if(a){var b=a.match(/"curTime"\:([0-9]+)/);b&&(hc.curTime=+b[1])}})}},setIntStatus:function(a,b){var c=hc.int_state||"";-1!==c.indexOf(a+":")?hc.int_state=c.replace(new RegExp("("+a+":)[^|]+"),"$1"+b):hc.int_state=c+(c.length?"|":"")+a+":"+b,this.hasFeature(cc.COOKIE)||I("d_int_state",hc.int_state),this.sendCookieFlagsThrottled()},sendError:function(a,b,c,d,e){if(e){if(e.di_processed)return;e.di_processed=!0}if(m(a)&&this.sendErData(a,b,c,d),f(b)&&b.indexOf("decibelinsight.net")>-1&&Zb.processError(this.tag,e,Xb.ERROR,_b.CAUGHT_ERROR),this.isJ()){var g=U(e);this.jCur.jsE=(this.jCur.jsE||0)+1,this.jCur.jsEO[g]=R(this.jCur.jsEO,g)?this.jCur.jsEO[g]+1:1}},sendErData:function(a,c,d,e){this.canCollect(cc.ERROR_TRACKING)&&5>this.eC&&(a=a.trim(),c=b(c)?"":c.split("?")[0],d=L(d)?d:0,e=L(e)?e:0,this.validateError(a,c,d,e)&&(this.eC++,this.postInfo("error",{error:a,errorUrl:c,line:d,column:e})))},validateError:function(a,b,c,d){return!Ub.erTest.test(a)&&""!==b&&(c>0||d>0)},hasFeature:function(a){return(a&this.features)===a},stopObserver:function(){this.smo&&this.obs&&this.obs.disconnect(),this.obs=null,this.obsFnScoped&&this.attachShadowHook.removeListener(this.obsFnScoped)},startObserver:function(){this.smo&&null===this.obs&&this.canCollect(cc.PAGE)&&(this.obs=new Pb(Ma(this.obsFn,this)),this.obs.observe(Lb.documentElement,{childList:!0,subtree:!0,attributes:!0}),this.deep&&(this.obsFnScoped=this.obsFnScoped||Ma(this.obsFn,this),this.attachShadowHook.addListener(this.obsFnScoped),Qb.search(":shadow").forEach(function(a){this.obs.observe(a.shadowRoot,{childList:!0,subtree:!0})},this)))},getObserverState:function(){return!!this.obs},orientationChanged:function(){var a=this;this.orS?this.screenOrientationChanged():setTimeout(function(){a.dO=W(90!==Ob.abs(Kb.orientation))},100)},screenOrientationChanged:function(){var a=f(this.or)?this.or:this.or.type;this.dO=W(-1===a.indexOf("landscape"))},oQueryObs:function(){if(this.curW!==Kb.innerWidth){var a=Kb.matchMedia("(orientation:landscape)");this.orS?this.screenOrientationChanged():this.dO=W(!a.matches),this.curW=Kb.innerWidth}},obsFn:function(a){var b,c,d,e=a.length;for(this.indexScrollableThrottled(),b=0;e>b;b++)for(d=a[b].addedNodes.length,c=0;d>c;c++)this.obsFnIndex(a[b].addedNodes[c])},obsFnIndex:function(a){1!==a.nodeType&&11!==a.nodeType||!this.isConnectedNode(a)||(this.indexElements(!1,a),Qb.search("form,input,textarea,select",a).length&&this.formIndex(),this.deep&&(11===a.nodeType?this.obs.observe(a,{childList:!0,subtree:!0}):Qb.search(":shadow",a).forEach(function(a){this.obs.observe(a.shadowRoot,{childList:!0,subtree:!0})},this)))},isConnectedNode:function(a){var b=this.getRootNode(a);return b?"#document"===b.nodeName||"#document-fragment"===b.nodeName:!1},getRootNode:function(a){return a.parentNode?this.getRootNode(a.parentNode):a},_indexItems:function(){this.indexElements(),this.indexScrollable(),this.formIndex()},_hm:function(){this.dataColl.active=!1,this.stopObserver(),this.clearTimer(["cInt","hInt","jInt","jrInt","jfInt","fcInt","searchFixedTO"])},handleBlur:function(){return this.hasFocus=!1,!1},handleFocus:function(){return this.hasFocus=!0,!1},handleVisibilityChange:function(){var a;return"undefined"!=typeof document.hidden?a="hidden":"undefined"!=typeof document.msHidden?a="msHidden":"undefined"!=typeof document.webkitHidden&&(a="webkitHidden"),this.hasFocus=!document[a],!1},collIntervalFn:function(){this.canCollect()&&(this.detectScroll(),this.checkUrlChange(),this.srC>=100&&this.sendScroll(),this.unfocusForm(),this.checkInactivity())},checkInactivity:function(){var a=G(),b=a-this.lInt>this.sTO;b&&(this.dataColl.active=!1),a-this.getPageTime()>this.mPT&&(b=!0,this.postInfo("extra",{maxTimeReached:1})),this.dSize>this.mDC&&(b=!0,this.postInfo("extra",{maxCreditReached:1})),b&&(this.endColl(!0),this.dataColl.active=!1,this.dataColl.inactivityTriggered=!0,setTimeout(Ma(this.net.socketClose,this),5e3))},addDSize:function(a){this.dSize=this.dSize+a},checkUrlChange:function(){var a=!1;if(this.aPT){var b=this.getURL();(this.checkUrlPart(b,"url")||this.checkQueryChange(b)||this.checkHashChange(b))&&(a=!0,this.trackPageView(null,null,!0))}if(!a&&this.trackTitle){var c=this.getPageTitle();this.pTitle!==c&&(this.pTitle=c,this.postInfo("extra",{pt:this.pTitle}))}},checkQueryChange:function(a){return this.aUQ&&this.checkUrlPart(a,"query")},checkHashChange:function(a){return this.aUF&&this.fPat.test("#"+a.hash)&&this.checkUrlPart(a,"hash")},checkUrlPart:function(a,b){return a[b]!==this.pageUrl[b]&&(null===this.tUrl||a[b]!==this.tUrl[b])},hoverIntervalFn:function(){if(this.canCollect()){var a=G(),b={x:this.mX,y:this.mY};if(this.adjustClickHover(b),this.hasFocus&&a-this.lHov=100&&this.sendScroll()}},detectScroll:function(){var a,b=G();this.hasFocus&&b-this.lInt0){var b={};b.lid=this.leadId,b.conn=Ob.round(a.requestStart-a.startTime),b.down=Ob.round(a.responseEnd-a.requestStart),b.rend=Ob.round(a.loadEventStart-a.responseEnd),b.fire=this.tpWaitTime||Ob.round(a.domInteractive-a.startTime),this.tpWaitTime=void 0,this.postInfo("perf",b)}else this.perfTries<150&&setTimeout(Ma(this.sendPagePerformance,this),100),this.perfTries++},getPerformanceTiming:function(){var a={};if(M(Kb.performance)){var b=Kb.performance.getEntriesByType("navigation");b.length&&(a=b[0])}return a},sendTrackedPagePerf:function(){b(this.tpWaitTime)||(this.postInfo("perf",{lid:this.leadId,conn:0,down:0,rend:0,fire:this.tpWaitTime}),this.tpWaitTime=void 0)},bindGoalEvents:function(a){var b=[];for(var c in a)b.push({event:{name:"click",target:a[c]},action:{name:"sendTrackedEvent",args:{name:c.substring(5)}}});this.dataLayerRulesModule.createListeners(b)},tabReady:function(a){a()},getTabId:function(){return this.tId},getPageTitle:function(){return y(this.pTC)?Ma(this.pTC,this)():V("pageTitle")||Lb.title},getURL:function(){var a,c=null;if(y(this.pUC)&&(c=Ma(this.pUC,this)()),b(c))a=Nb;else try{a=Lb.createElement("a"),a.href=c}catch(d){a=Nb}var e=a.protocol,f=a.host,g=a.pathname;return{url:e+"//"+f+g,query:b(a.search)?"":a.search.substr(1),hash:b(a.hash)?"":a.hash.substr(1)}},getPageUrl:function(){b(this.pageUrl)&&(this.pageUrl=this.getURL());var a=this.pageUrl.url;return b(this.pageUrl.query)||(a+="?"+this.pageUrl.query),b(this.pageUrl.hash)||(a+="#"+this.pageUrl.hash),a},getPagePart:function(a,b){return b&&b.test(this.pageUrl[a])?"":this.pageUrl[a]},getFormSel:function(a,b){for(var c,d=this.getAvailFormSel(a,b),e=this.fGC.split(","),f=0;fthis.cto&&(T(this.forms,function(a){T(a.fields,function(a){a.focustime=0},this)},this),this.hasFormFocus=!1)},sendFieldData:function(a){var b=a.form,c=b.di_entry,d={delay:"de",timespent:"ti",interactions:"in",error:"er",errorStr:"erStr",changed:"ch"},e={},f=!1,g=!1;c&&(e.s=a.sel,e.fh=c.hash,e.co=a.completed,f=!!a.error,T(d,function(b,c){a[c]&&(e[b]=a[c],a[c]=0,g=!0)}),a.errorStr="",e.offset=(a.focustime||G())-this.getPageTime()),f||setTimeout(Ma(this.scanFieldError,this,a,!0),500),(g||e.co!==a.lastSentCO)&&(a.lastSentCO=e.co,this.postInfo("fieldview",e))},sendFormMeta:function(){if(!this.canCollect()||!ua(this.forms))return void I("di_sub_form");var a,b,c,d=[],e={sel:"s",type:"t",name:"na",diid:"di",title:"ti",required:"r"};T(this.forms,function(f){c=[],T(f.fields,function(a){b={},T(e,function(c,d){b[c]=a[d]}),c.push(b)},this),a=f.sel.replace("[data-di-form-track]",""),a.length<=128&&d.push({s:a,n:f.title,e:c,i:f.formIndex,h:f.hash,ht:f.hasTracker,cs:W(!this.form_sub_progress&&C("di_sub_form")===f.hash)})},this),!this.form_sub_progress&&I("di_sub_form"),d.length&&this.postInfo("formmeta",d)},sendFormData:function(a){this.postInfo("formview",{h:a.hash,su:a.submitted,igEr:a.ignoreEr,offset:G()-this.getPageTime()}),a.submitted=0,a.ignoreEr=0},getFormHash:function(a){var b,c=[],d=a.sel.replace("[data-di-form-track]","");return-1!==d.indexOf("data-di-form-id")?b=d:(T(a.fields,function(a){c.push(a.sel+"-"+a.type)}),c.sort(),b=c.join("|")),F(b)},formIndex:function(){var a=this,b=function(b){return b.di_entry&&b!==Lb.activeElement&&a.getFieldval(b)!==b.di_form_curValue};this.f&&this.canCollect()&&(this.scanForm()?(this.sendFormMeta(),this.scanAllFormError()):ha(this.forms)&&I("di_sub_form"),null===this.fcInt&&(this.fcInt=setInterval(function(){wa(a.ffbind,function(c){var d=Lb.body.contains(c);return d&&b(c)&&Ma(a.fieldEventHandler,a)({type:"change",target:c}),!d})},200)))},indexForms:function(){this.formIndex()},startForm:function(){this.f&&this.formIndex()},endForm:function(){this.f&&(this.forms=[],this.ficnt=0,this.clearTimer(["fcInt"]))},addFormTracker:function(){1===this.fCol&&Qb.matches(":not("+this.iFs+")",Qb.search("form")).forEach(function(a){a.hasAttribute("data-di-form-track")||(a.setAttribute("data-di-form-track",""),a.di_formDyn=1)})},processFormDictionary:function(){var a=this;if(2===this.fCol)for(var b=function(b,d){var e=c.fD[b],f=Qb.search(e.sel);if(f.length&&(f[0].hasAttribute("data-di-form-track")||f[0].setAttribute("data-di-form-track",""),e.name&&!f[0].hasAttribute("data-di-form-id")&&f[0].setAttribute("data-di-form-id",e.name),e.btnSel)){var g=Qb.search(e.btnSel);g.length&&(g[0].di_dict_event||(g[0].di_dict_event=!0,n(g[0],"click",function(){return a.formSubmitted(f[0])},c)))}},c=this,d=0,e=this.fD.length;e>d;++d)b(d)},formSubmitted:function(a,c){function d(){b(k)||i()}function e(){q.addFormTracker(),m=Qb.search(a),m.length?(k=m[0],l=q.getFormSel(k,p),d()):++r<10&&setTimeout(e,200)}function g(a){Lb.body.contains(n.el)&&(n.initEr=q.scanFormError(n),!n.initEr||a&&C("di_sub_form")!==n.hash||q.postInfo("formview",{h:n.hash,cs:1,offset:G()-q.getPageTime()}))}function h(){Ka(c)&&g(!0),q.form_sub_progress=!1,I("di_sub_form")}function i(){q.addFormTracker(),n=q.forms[q.getFormSel(k,p)],b(n)&&(m=Qb.search(l),m.length&&(n=q.forms[q.getFormSel(m[0],p)])),b(n)?++s<10&&setTimeout(i,200):(n.submitted=1,n.ignoreEr=1,n.ajax=b(c),o=q.scanFormError(n),b(c)||n.initEr!==o?(n.submitted=W(!o),n.ignoreEr=0,n.submitted&&setTimeout(g,1e3)):b(c)||(I("di_sub_form",n.hash),q.form_sub_progress=!0,setTimeout(h,1e3)),n.initEr=o,q.sendFormData(n))}var k,l,m,n,o,p,q=this,r=0,s=0;this.f&&this.canCollect()&&(b(a)&&(a="[data-di-form-track]"),f(a)?(p=Qb.search("[data-di-form-track]"),e()):j(a)&&a.hasAttribute("data-di-form-track")&&(p=Qb.search("[data-di-form-track]"),k=a,l=this.getFormSel(k,p),d()))},onWheel:function(a){if(a=pb(a),this.isJ()){var b=this,c=1===Ob.max(-1,Ob.min(1,sa(a)))?"wu":"wd";this.wld!==c&&null!==this.wld&&(this.jCur.tE=this.wld),clearTimeout(this.wTi),this.wTi=setTimeout(function(){b.jCur.tE=c,b.wld=null},250),this.wld=c,this.hasFocus=!0}},checkformValue:function(){var a,b,c="di_fieldVal"+this.getPageTime();Qb.matches(":not([type=submit],[type=reset],[type=image],[type=file],[type=button],[type=hidden])",Qb.search("input, select, textarea")).forEach(function(d){da(d[c])&&(d[c]=""),b=z(d,"type"),a="radio"===b||"checkbox"===b?d.checked?"checked":"":d.value,d[c]!==a&&(d[c]=a,this.valueChanged(d))},this),wa(this.fbind,function(a){return!Lb.body.contains(a)})},valueChanged:function(a){if(this.isJ()){var b=k(a),c=z(a,"type");this.lInt=G(),"select"===b?this.jCur.fE["S:"+_(a)]=a.selectedIndex:"radio"===c?this.jCur.fE["R:"+_(a)]=W(a.checked):"checkbox"===c?this.jCur.fE["C:"+_(a)]=W(a.checked):("input"===b||"textarea"===b)&&this.inputValueChanged(a,b,c)}},inputValueChanged:function(a,b,c){var d=a.value.toString();Qb.matchesSelector(a,this.ufs)&&"password"!==c||(d="__*"+d.length),this.jCur.fE["I:"+_(a)]=d},keyDown:function(a){var b;a=pb(a),this.isJ()&&(b=sb(a),this.setKeyPress(a.keyCode,ec.evtKeyCodes["f"+b]),this.hasFocus=!0)},setKeyPress:function(b,c){c&&-1!==a(b,c.keys)&&(this.jCur.kE=c.str+b,this.lInt=G()); },isJ:function(){return this.j&&this.canCollect()&&!b(this.jInt)},setFrameRate:function(a,c){b(a)||0>a||a>10||!this.j||(this.clearTimer(["jInt","jrInt","jfInt"]),this.jRate=a,c||(this.jIRate=a,this.postApi("setFrameRate"),delete this.pausedJRate),this.jRate>0&&(this.loadResList(),this.scanResource(),this.setJIntervals()),this.handleDidomFrame())},handleDidomFrame:function(){var a;this.jRate>0?this.dd.isObserving()||(this.dd.observe(Lb.documentElement),a=this.dd.getTree(!0,!0),Lc.addDINodeDiffPatch(this.prevDidom||{},a,this.jCur.jP)):this.dd&&(this.prevDidom=this.dd.getTree(!0,!0),this.dd.disconnect())},setJIntervals:function(){this.jInt=setInterval(Ma(this.buildJourney,this),1e3/this.jRate),this.jrInt=setInterval(Ma(this.scanResource,this),1e3/this.jrRate),this.jfInt=setInterval(Ma(this.checkformValue,this),200)},pauseRecording:function(a){!b(this.jInt)&&this.j&&(this.postApi("pauseRecording"),this.pausedJRate=this.jIRate,this.setFrameRate(0,!0),!b(a)&&a>0&&setTimeout(Ma(this.resumeRecording,this,!0),a))},resumeRecording:function(a){b(this.jInt)&&this.j&&(a||this.postApi("resumeRecording"),delete this.pausedJRate,this.setFrameRate(this.jIRate,!0))},getRecordingState:function(){return!b(this.jInt)},prepareJourneyPatch:function(a){var b,c,d,e,f=function(a,b,c){return da(a[b])||a[b]!==c};e=Qb.search(":hover"),c=e.length?_(e.pop()):"",d=[["oX",this.fixPos.left],["oY",this.fixPos.top],["mX",this.mX],["mY",this.mY],["dO",this.dO||0],["sT",Ob.max(0,Ob.round(this.svT))],["sL",Ob.max(0,Ob.round(this.svL))],["vW",this.vpW],["vH",this.vpH],["z",this.z],["vOT",this.vOT],["vOL",this.vOL],["aE",_(Lb.activeElement)],["hE",c],["iE",aa()],["sE",this.getScrolledElement()],["f",W(this.hasFocus)],["meta",this.getPatchMeta()]],d.forEach(function(b){f(this.jLast,b[0],b[1])&&(this.jCur[b[0]]=b[1],a.changed=1)},this),d=["pageMeta","cX","s","tE","jE","fE","kE","jsEO","jsE","jP"],d.forEach(function(c){b=this.jCur[c],da(b)||M(b)&&!ua(b)||(a.changed=1)},this)},cleanJourneyPatch:function(a){ua(a.jsEO)||delete a.jsEO,ua(a.fE)||delete a.fE,a.jE.length||delete a.jE,a.jP.length?!a||!this.nh&&this.canSendHTML()||(a.jP=[]):delete a.jP},sendJourneyPatches:function(a,b){if(this.jBuf.length>(this.net.socketActive()?0:1)||a-this.jLT>this.pto||b){if(this.jBuf.length){var c=this.getParamForReplay();c.content=this.jBuf,this.postInfo("patch",c)}this.jBuf=[],this.jLT=a}},buildJourney:function(){if(this.canCollect()){var a={changed:0,important:0},b=G();this.prepareJourneyPatch(a),a.changed&&this.addToJBuf(b,a.important)}},addToJBuf:function(a,b){var c,d=this.getPageTime(),e=a-d,f=this.jLast.t||0;e>-1&&e-f<=this.sTO&&(this.jCur.pN=this.pN++,this.jCur.t=e,c=this.jCur,this.jCur={jE:[],jsEO:{},fE:{},jP:[]},this.cleanJourneyPatch(c),this.jBuf.push(c),S(this.jLast,c),this.sendJourneyPatches(a,b))},getPatchMeta:function(){var a=ca(),b={pH:a.height,pW:a.width,fR:this.jRate};if(this.des){var c=Qb.search(this.des);if(c.length){var d=$a(c[0]);b.pH=d.top}}return dc(b)},getParamForReplay:function(){var a,b={},c=["lb","tcanvas","lstyle"];for(a=0;a2))return this.blacklisted[c];for(var e=0;e=10&&this.sendProxyUrl())},sendProxyUrl:function(a){!this.nh&&this.canCollect()&&this.puListB.length&&this.postInfo("proxyUrls",{prefix:this.pUrl,items:this.puListB},{onExit:a}),this.puListB=[]},getDocType:function(){var a="",b=Lb.doctype;return b&&(a=""),a},startJourney:function(){this.j&&((b(this.jRate)||this.jRate<0||this.jRate>10)&&(this.jRate=5),this.jIRate=da(this.pausedJRate)?this.jRate:this.pausedJRate,this.setProxyUrl(),this.jLT=this.getPageTime(),this.loadResList(),this.scanResource(),this.indexScrollable(),this.nh||(this.phS?(this.jCur.pageMeta=this.getPageMeta(),this.handleDidomFrame()):(this.dd=new Nc,this.remoteStorage&&(this.serializer=new Sc(this.hashes)),this.dd.observe(Lb.documentElement),this.sendDIDOM()),this.sendProxyUrl()),this.jRate>0&&this.setJIntervals())},sendDIDOM:function(){var a,b=this,c="",d=this.dd.getTree(!0),e={proxyUrl:this.pUrl,pageMeta:this.getPageMeta(),docType:"",didom:{}};this.remoteStorage?(this.serializer=new Sc(this.hashes),a=Vc,a.init(this.hashes)):a=Uc;var f=this.getParamForReplay();T(f,function(a,b){c+="&"+b+"="+a});var g={imp:!0,extraParam:c};this.canSendHTML()?(e.docType=this.getDocType(),g.callback=Ma(this.htmlCollected,this),a.serialize(d,!1,function(a){e.didom=a,b.postInfo("html",e,g),b.phS=!0})):(this.postInfo("html",e,g),this.phS=!0)},canSendHTML:function(){return!this.dHC&&this.dataColl.getReplayStatus()},onHTMLCollected:function(a,b){var c=!1;this.htmlColCB.forEach(function(b){return c=c||b.toString()===a.toString()}),(b||!c)&&this.htmlColCB.push(a),this.htmlSent&&this.htmlCollected()},htmlCollected:function(){var a=0!==this.jspsf;if(this.dataColl.isDataCreditSubscription()||(a=(this.dataColl.experienceRandom()||this.getSamplingForProcessor("experience")===lc.FORCED_IN)&&(this.dataColl.replayRandom()||this.getSamplingForProcessor("replay")===lc.FORCED_IN)),a)for(;this.htmlColCB.length;){var b=this.htmlColCB.shift();b()}this.htmlSent=!0},onPageCollected:function(a,b){var c=!1;this.pageColCB.forEach(function(b){return c=c||b.toString()===a.toString()}),(b||!c)&&this.pageColCB.push(a),this.pageSent&&this.pageCollected()},pageCollected:function(){var a=0!==this.jspsf;if(this.dataColl.isDataCreditSubscription()||(a=this.dataColl.experienceRandom()||this.getSamplingForProcessor("experience")===lc.FORCED_IN),a)for(;this.pageColCB.length;){var b=this.pageColCB.shift();b()}this.pageSent=!0},getPageMeta:function(){if(hc.noPageMeta)return{img:[],nav:[],fields:[],link:[],txt:[],charArea:0};var a=fa(Kb),b=a.width*a.height,c={img:_a("img",b),nav:_a(qa(),b),fields:_a("textarea,select,input",b),link:_a("a,button",b)};return oa(c,b),c},setProxyUrl:function(){var a=this.getDateStr(),c=Nb.host.toLowerCase(),d=this.sJ?"https":"http",e=d+"://";b(this.altProxy)||(e+=this.altProxy+"/alt-proxy/"+d+"/"),this.proxyV2?this.pUrl=e+ec.proxy+"/v2-"+this.proxyV2+"/"+this.wId+"/"+a+"/":this.pUrl=e+ec.proxy+"/da-"+this.aId+"/"+this.wId+"/"+a+"/",this.hasFeature(cc.RESOURCE_PROXY)&&("_di_onprem_"===ec.proxyStyle?this.rUrl=e+ec.proxy+"/res/da-"+this.aId+"/"+this.wId+"/"+a+"/":this.rUrl=e+"da-"+this.aId+"-"+ec.proxy+"/res/"+this.wId+"/"+a+"/"),this.hasFeature(cc.FULL_PROXY_REFERER)&&(c=$(Nb.protocol+"//"+Nb.host+Nb.pathname,!0).replace(/\//g,"_").replace(/\+/g,"-").replace(/[=]+$/,"")),this.pUrl=this.pUrl+c+"/"},setEnterpriseProxy:function(){},loadResList:function(){if(ec.hasStor){var a=C("di_res_list");b(a)||(this.resList=Q(a))}},indexScrollable:function(){this.j&&(this.sList=Qb.search(":scrollable"))},getScrolledElement:function(){var a=[];return wa(this.sList,function(b){var c=b.isConnected;return!c||b.scrollTop===b.di_scrollTop&&b.scrollLeft===b.di_scrollLeft||((b.scrollTop>0||void 0!==b.di_scrollTop||b.scrollLeft>0||void 0!==b.di_scrollLeft)&&a.push(_(b)+":"+b.scrollTop+":"+b.scrollLeft),b.di_scrollTop=b.scrollTop,b.di_scrollLeft=b.scrollLeft),!c}),a.join("|")},scanResource:function(){this.scanCanvas(),this.scanHTMLRes(),this.checkDocSize()},_checkDocSize:function(){var a=ca(),b=a.width,c=a.height;0===this.docW||0===this.docH?(this.docW=b,this.docH=c):(Ob.abs(b-this.docW)>50||Ob.abs(c-this.docH)>50)&&(this.docW=b,this.docH=c,this.jCur.pageMeta=this.getPageMeta())},trackCanvas:function(a){this.j&&(f(a)?a=Qb.search(a):ta(a)||(a=[a]),Qb.matches(":visible",a).forEach(this.scanCanvasFn,this))},scanCanvas:function(a){if(!b(this.cS)){var c=k(a);b(c)?this.scanCanvasList(Qb.matches(":visible:inview:not([data-di-res-id] canvas)",Qb.search(this.cS))):"svg"!==c&&this.scanCanvasList(Qb.matches(":visible:inview",Qb.search(this.cS,a,!0)))}},scanCanvasList:function(a){var b=this,c=a.shift();c&&(this.scanCanvasFn(c),setTimeout(function(){b.scanCanvasList(a)},0))},scanCanvasFn:function(a){var c,d=this,e=ab(a),f=!1,g=!1,h=this.cF||"jpeg";try{b(z(a,"data-di-alt-src"))?c=a.toDataURL("image/"+h,.5):(g=!0,c=this.qualifyURL(z(a,"data-di-alt-src")))}catch(i){c="",f=!0}var j=this.canvasList[e];(b(j)||j.content!==c)&&(j={id:e,tainted:f,content:c},f||g||!this.canCollectResource()?(this.canvasList[e]=j,a.setAttribute("data-di-rand",G())):ad.execute(c,function(b){j.name=b+"-"+c.length+"."+h,j.src=d.rUrl+j.name,d.sendResource(j),d.canvasList[e]=j,a.setAttribute("data-di-rand",G())}))},sendElResource:function(a,c,d){var e=ab(c),f=this.elList[e];b(f)&&(f={id:e,content:d},this.canCollectResource()&&d.length>this.jrMin?(f.name=F(d)+"-"+d.length+".txt",f.src=this.rUrl+f.name,a.rt=f.src,this.sendResource(f)):a.rt=d,this.elList[e]=f,c.setAttribute("data-di-rand",G()))},scanHTMLRes:function(){T(this.hrsList,this.scanHTMLResFn,this)},scanHTMLResFn:function(a){Qb.matches(":not([data-di-res-id] *)",Qb.search(a.sel)).forEach(this.precessHTMLRes,{obj:a,self:this}),a.reset=!1},precessHTMLRes:function(a){var b,c=this.obj,d=this.self;a.di_dom&&(b=a.di_html_res,b?d.diffHTMLRes(a,b,c):(d.markResParent(a,a),d.scanCanvas(a),a.di_res_parent=a,a.di_html_res={conf:c,tries:0,done:0,diNode:a.di_dom.clone(!1,a.di_dom.i)},a.di_dom.rt&&(a.di_html_res.rootNode=a.di_dom.clone(!1))))},diffHTMLRes:function(a,b,c){var d,e,f;b.conf||(b.conf=c),c.reset&&(b.done=0,b.tries=0),d=b.done/b.tries,b.tries++,!isNaN(d)&&d>b.conf.per||(b.changed&&(this.scanCanvas(a),b.rootNode&&(f=a.di_dom.clone(!1),Lc.addDINodeDiffPatch(b.rootNode,f,this.jCur.jP),b.rootNode=f),e=a.di_dom.clone(!1,a.di_dom.i),e.i=a.di_dom.i,Lc.addDINodeDiffPatch(b.diNode,e,this.jCur.jP),b.diNode=e,b.changed=!1),b.done++)},markResParent:function(a,b,c){var d,e,f=c||a.childNodes;for(d=0,e=f.length;e>d;d++)f[d].di_res_parent=b,this.markResParent(f[d],b)},unmarkResParent:function(a){var b,c,d=a.childNodes;for(b=0,c=d.length;c>b;b++)delete d[b].di_res_parent,this.markResParent(d[b])},setHtmlResSelector:function(a,c){if(m(a)){a=a.replace(Ub.trimSpCom,"");var d=this.hrsList[a];b(d)?(d={per:+c,sel:a},b(c)||(this.hrsList[a]=d,this.scanHTMLResFn(d))):b(c)?(delete this.hrsList[a],Qb.search(a).forEach(function(a){this.unmarkResParent(a),delete a.di_res_parent,delete a.di_html_res},this)):+c!==d.per&&(d.per=+c,d.reset=!0,this.scanHTMLResFn(d))}},sendResource:function(b){this.nh||-1!==a(b.name,this.resList)||(-1===a(b.name,this.topRes)?this.resB.push({name:b.name,content:b.content}):this.resB.push({name:b.name,symlink:1}),G()-this.resBLT>100?setTimeout(Ma(this.sendResourceList,this),0):(clearTimeout(this.resBT),this.resBT=setTimeout(Ma(this.sendResourceList,this),100)),this.resList.push(b.name),I("di_res_list",dc(this.resList)))},sendResourceList:function(){var a;clearTimeout(this.resBT),(null===(a=this.resB)||void 0===a?void 0:a.length)&&this.postInfo("resourceList",this.resB,{extraParam:"&date="+this.getDateStr()}),this.resB=[],this.resBLT=G()},endJourney:function(a){var b;this.j&&(this.clearTimer(["jInt","jrInt","jfInt"]),this.dd&&(this.prevDidom&&delete this.prevDidom,this.dd.disconnect()),this.jLast.t0&&(a.conv=h)}}},sendIntegrationData:function(a,c){!this.canCollect()||b(a)||b(c)||this.postInfo("int",{"int":a,content:c})},sendApplicationError:function(a,c){this.canCollect(cc.ERROR_TRACKING)&&!b(a)&&(c?Qb.matches(":visible",Qb.search(a)).forEach(function(a){var c=Xa(Qb.getText(a));b(c)||this.postInfo("applicationerror",{error:c})},this):this.postInfo("applicationerror",{error:a}))},sendCustomDimension:function(a,c,d){var e={};this.canCollect()&&(f(a)&&(a=this.createCDObj(a,c,d)),T(a,function(a,c){b(Sa(c))||b(a)||(M(a)&&(a=dc(a)),e[Sa(c)]=a)}),ua(e)&&this.postInfo("customdimension",e))},setPageRole:function(a){this.canCollect()&&L(a)&&this.postInfo("pageRole",{roleId:a})},setPageGroup:function(a,c){this.canCollect()&&!b(a)&&this.postInfo("pageGroup",{name:(""+a).substr(0,64),dlId:c||0})},sendPageGroup:function(a,b,c){var d=this;if(0===b||c)d.setPageGroup(a.substring(0,64),b);else if(this.dlList&&this.dlList.length>0)for(var e=0;ethis.pageBuff&&(this.lastPT=a,b=!0),b},trackPageView:function(a,b,c){this.canTrackPage()&&(this.initPV&&this.endColl(),this.tUrl=this.getURL(),this.setTrackPageVars(a,S({},b)),this.runIntScripts("intPreScripts"),y(hc.trackPageWrapper)?hc.trackPageWrapper(Ma(this.startColl,this,c?void 0:"trackPageView")):this.startColl(c?void 0:"trackPageView"))},setTrackPageVars:function(a,c){var d="",e="";b(a)?this.pageUrl.url=this.tUrl.url:(ec.qa.href=Nb.protocol+"//"+Nb.host+"/"+a.replace(/^\//,""),this.pageUrl.url=ec.qa.protocol+"//"+ec.qa.host+ec.qa.pathname,d=ec.qa.search,e=ec.qa.hash),ec.qa.href="http://test.com",f(c.queryString)?(ec.qa.search=c.queryString,d=ec.qa.search):d=d||this.tUrl.query,f(c.fragment)?(ec.qa.hash=c.fragment,e=ec.qa.hash):e=e||this.tUrl.hash,this.pageUrl.query=d.replace(/^\?/,""),this.pageUrl.hash=e.replace(/^\#/,""),!da(c.pageGroups)&&ta(c.pageGroups)?this.setPageGroupsVar(c):this.pageGroups=[],c.title?(this.pTitle=c.title,this.trackTitle=!1):(this.pTitle=this.getPageTitle(),this.trackTitle=!0),this.pRol=c.role||this.pRol,this.pTax=c.taxonomy||this.pTax,L(c.waitTime)&&(this.tpWaitTime=c.waitTime)},setPageGroupsVar:function(a){var b=this;this.pageGroups=[],a.pageGroups.forEach(function(a){b.dlList.forEach(function(c){c.id===a[Object.keys(a)[0]]&&2===c.e&&b.pageGroups.push(a)})})},getFromStorage:function(a){var c;return ec.hasStor&&(c=C(a),b(c)&&(c=ra(a))),c},get_da_Session:function(){var a="d_sessionId",c=this.getFromStorage(a);return b(c)&&(c=V("sessionId_e"),this.hasFeature(cc.COOKIE)||I(a,c)),c},get_da_Lead:function(){var a="_da_da_leadId",c=this.getFromStorage(a);return b(c)&&(c=V("leadId_e"),this.hasFeature(cc.COOKIE)||ub(a,c)),c},indexElements:function(a,b){(this.canCollect()||a)&&(this.indexElementsCounter++,a!==!1&&(this.attrHL={}),Qb.search(this.intSel,b).forEach(this.indexElementsFn,this))},indexElementsFn:function(a){var c;a.hasAttribute("data-di-id")||a.hasAttribute("data-di-id-done")||K(a)||(c=this.getDIID(a),b(c)||a.setAttribute("data-di-id",c))},getDIID:function(a){var c;return y(this.aC)&&(c=Ma(this.aC,this)(a)),b(c)&&this.canIndexForHm(a)&&(c=this.getAttributeSelector(a)),b(c)||-1===c.indexOf(" ")||(c="di-id-"+F(this.aDAH?c:this.resolveDuplicateAttribution(c))),c},resolveDuplicateAttribution:function(a){return this.attrHL[a]?(this.attrHL[a]++,a+=this.attrHL[a]):this.attrHL[a]=1,a},canIndexForHm:function(a){return-1!==this.attG.indexOf("text")&&!b(Qb.getText(a).trim())||-1!==this.attG.indexOf("value")&&!b(z(a,"value"))||-1!==this.attG.indexOf("name")&&a.hasAttribute("name")||-1!==this.attG.indexOf("href")&&a.hasAttribute("href")&&ya(a)||xa(a.id)},getAttributeSelector:function(a){var b,c;return j(a)?(c=k(a),b=xa(a.id)?"#"+a.id:Ra(a.parentNode,this.indexElementsCounter)+" > "+c+this.getAttributeData(a)):""},getAttributeData:function(a){var c,d,e=this.attG.split(","),f="";for(c=2;c=this.mHT&&(c[b]=this.hvDur[b],delete this.hvDur[b]);for(b in this.scDur)R(this.scDur,b)&&this.scDur[b]>=750&&(d[b]=this.scDur[b],delete this.scDur[b]);this.postInfo("scrollinfo",{ft:this.focusTime,scroll:d,hover:c},{onExit:a,time:this.lInt}),this.focusTime=0,this.srC=0},onBeforeUnload:function(){this.unloadInProgress=!0,this.net.socketClose()},onPageHide:function(){I("di_tab_active",0),this.net.socketClose(),this.canCollect()&&this.endColl(!0,!0)},onPageShow:function(a){this.unloadInProgress=!1,a.persisted&&this.trackPageView(null,null,!0)},touchForceChanged:function(a){a=pb(a),a.changedTouches&&a.changedTouches.length&&(this.tF=Ob.max(this.tF,Ob.round(1e3*a.changedTouches[0].force)))},mouseForceChanged:function(a){a=pb(a),this.tF=Ob.max(this.tF,Ob.round(a.webkitForce/3*1e3))},pointerDown:function(a){if(a=pb(a),this.lInt=G(),this.canCollect()){this.tF=0;var b=a.touches,c=this.makePointerEvent(a),d={single:!1,"double":!1};c.p&&c.t&&this.pT++,this.processTouchCount(c,b,d),this.isS||(d.single?(this.cC=!0,this.tTi=G(),this.tX=c.x,this.tY=c.y):d["double"]&&!c.p&&(this.cP=!0,this.cC=!1,this.pDs=Ob.sqrt(Ob.pow(b[1].pageX-b[0].pageX,2)+Ob.pow(b[1].pageY-b[0].pageY,2)))),this.hasFocus=!0}},pointerCancel:function(a){if(a=pb(a),this.canCollect()){this.tF=0;var b=this.makePointerEvent(a);this.cC=!1,b.p&&b.t&&this.pT--,this.tX=null,this.tY=null,this.tTi=0,this.cP=!1,this.pDs=0,this.pDe=0}},pointerMove:function(a){if(a=pb(a),this.lInt=this.lHov=G(),this.canCollect()){var b=this.makePointerEvent(a),c=a.touches;b.m&&(this.mX=b.x,this.mY=b.y,this.hEl=this.getClElID(b.target)),this.cP&&b.t&&!b.p&&2===(null===c||void 0===c?void 0:c.length)&&(this.pDe=Ob.sqrt(Ob.pow(c[1].pageX-c[0].pageX,2)+Ob.pow(c[1].pageY-c[0].pageY,2))),this.hasFocus=!0}},processTouchCount:function(a,b,c){a.m?(c.single=!0,c["double"]=!1):a.t&&(null===b||void 0===b?void 0:b.length)?(c.single=1===b.length,c["double"]=2===b.length):a.p&&a.t&&(c.single=1===this.pT,c["double"]=2===this.pT)},contextMenu:function(a){a=pb(a),this.canCollect()&&this.tTi>0&&!b(this.tX)&&!b(this.tY)&&(this.setClickData({x:this.tX,y:this.tY,t:!1},a),this.sendClick(X(a)),this.clearClickData())},pointerUp:function(a){if(a=pb(a),this.lInt=G(),this.canCollect()){if(!this.isS){var b=this.makePointerEvent(a);this.handleClickSwipe(a,b),this.handlePinch(b),this.clearClickData(),b.p&&b.t&&this.pT--,this.getSelection(),this.tF=0}this.hasFocus=!0}},handleClickSwipe:function(a,c){var d=G();d-this.hCTTime<50||(this.hCTTime=d,this.cC&&(Ob.abs(this.tX-c.x)<5&&Ob.abs(this.tY-c.y)<5?this.isClickEvent(c)&&(this.setClickData(c,a),this.sendClick(c.target)):!c.t||b(this.tX)||b(this.tY)||this.handleSwipe(c)))},isClickEvent:function(a){return!Ya(a.target)&&(!this.isS||Ob.abs(this.sX-qb(Kb))<5&&Ob.abs(this.sY-ob(Kb))<5)},handleSwipe:function(a){var b,c=a.x-this.tX,d=a.y-this.tY,e=Ob.abs(c),f=Ob.abs(d),g=G()-this.tTi;500>=g&&(e>=50&&e>=f?b=0>c?"l":"r":f>=50&&f>=e&&(b=0>d?"u":"d"),b&&(this.jCur.tE=b))},handlePinch:function(a){var b;if(this.cP&&a.t&&!a.p){if(!this.pDs||!this.pDe)return void(this.cP=!1);this.pDs-this.pDe>1?b="i":this.pDs-this.pDe<-1&&(b="o"),b&&(this.jCur.tE=b),this.cP=!1}},setClickData:function(a,c){var d=a.x,e=a.y;this.mX=d,this.mY=e,this.clX=d,this.clY=e,a.t?this.clT=3:b(c.which)?this.clT=Pa(c.button,4):this.clT=Pa(c.which,2),this.clK=this.setClickKey(c),this.hasFocus=!0},setClickKey:function(a){var b=sb(a),c=ec.evtKeyCodes["f"+b];return c?c.str:""},clearClickData:function(){this.cC=!1,this.tX=null,this.tY=null,this.tTi=0,this.cP=!1,this.pDs=0,this.pDe=0},makePointerEvent:function(a){var b,c={};return c.p=a.type.indexOf("pointer")>-1,c.target=X(a),c.p?(c.t="touch"===a.pointerType||2===a.pointerType,c.m=!c.t):(c.t=a.type.indexOf("touch")>-1,c.m=a.type.indexOf("mouse")>-1),c.m||c.p?da(a.pageX)?(c.x=a.clientX+ka("Left"),c.y=a.clientY+ka("Top")):(c.x=a.pageX,c.y=a.pageY):c.t&&(b=this.getTouch(a),c.x=b.pageX,c.y=b.pageY),c.x=Ob.round(c.x),c.y=Ob.round(c.y),c},getTouch:function(a){var b={pageX:0,pageY:0};return a.changedTouches&&a.changedTouches.length?b=a.changedTouches[0]:a.touches&&a.touches.length?b=a.touches[0]:da(a.pageX)||(b=a),b},getClElID:function(a){if(b(a))return"";var c=z(a,"data-di-id");return b(c)&&(c="",l(a)||(c=this.getClElID(a.parentNode||a.host))),c},sendClick:function(a){var b,c=G(),d=this.getClElID(a),e=this.clX,f=this.clY,g={x:e,y:f},h=k(a);L(e)&&L(f)&&(this.adjustClickHover(g,a),b={x:g.x,y:g.y,t:this.clT,ti:c},this.isClickValid(b)&&(this.oCl=b,g.x=nb(g.x),g.y=nb(g.y),this.isJ()?(S(this.jCur,{cX:e,cY:f,hX:g.x,hY:g.y,cT:this.clT,cE:d,n:1,tag:h,cK:this.clK,cF:this.tF}),this.addToJBuf(c)):this.postInfo("click",{clx:g.x,cly:g.y,clt:this.clT,ceid:d,tag:h}),this.searchFixEl(),this.smo||this.indexItems()))},adjustClickHover:function(a,b){var c=this.fixPos;if(b&&Da(b)?(a.x-=ob(Kb),a.y-=qb(Kb)):(L(c.left)&&L(c.top)&&(a.x=Ob.round(a.x-c.left),a.y=Ob.round(a.y-c.top)),this.contextElement&&(a.x+=ob(this.contextElement),a.y+=qb(this.contextElement))),this.contextElement){var d=$a(this.contextElement);a.x-=d.left,a.y-=d.top}},isClickValid:function(a){var b,c=a.ti-this.oCl.ti;return b=50>c?!1:c>250?!0:this.oCl.x-a.x>2||Ob.abs(this.oCl.y-a.y)>2},getNavType:function(){var a=M(Kb.performance)&&M(Kb.performance.navigation)?"&navtype="+Kb.performance.navigation.type:"&navtype=0";return this.navSent?a="&navtype=3":this.navSent=!0,a},setPageCounter:function(){if(ec.hasStor){this.pC=1;var a=C("di_page_counter");!b(a)&&(this.pC+=+a),I("di_page_counter",this.pC)}},sendSamplingStatus:function(a,b){var c=this.getSamplingStatus(!1,a,b);c&&this.postInfo("samplingStatus",c,{imp:!0})},getSamplingForProcessor:function(a){var b=this.dataColl[a+"Lead"]||this.dataColl[a+"Session"];return b===lc.FORCED_IN_SERVER&&(b=lc.FORCED_IN),b===lc.FORCED_OUT_SERVER&&(b=lc.FORCED_OUT),b},getSamplingStatus:function(a,b,c){var d=c||{},e=d.experience||this.getSamplingForProcessor("experience"),f=this.getSamplingForProcessor("analysis"),g=this.getSamplingForProcessor("replay"),h=e+"|"+f+"|"+g,i="";return a?(this.curSamplingStatus=h,i="&experienceDataStatus="+e+"&analysisDataStatusSession="+f+"&replayDataStatus="+g):h!==this.curSamplingStatus?(this.curSamplingStatus=h,i={experienceDataStatus:e,analysisDataStatusSession:f,replayDataStatus:g}):b&&this.dataColl.analysisPage>0&&(i={experienceDataStatus:e,analysisDataStatusSession:f,replayDataStatus:g,analysisDataStatusPage:this.dataColl.analysisPage}),i},pageData:function(){this.setPageCounter();var a=this.getSamplingStatus(!0),b="lid="+this.leadId+"&uid="+this.userId+"&pc="+this.pC+"&tc="+this.tId+"&thash="+this.tHash+"&uhash="+F(location.href)+"&lan="+this.lan+"&srw="+this.sResW+"&srh="+this.sResH+"&vpw="+this.vpW+"&vph="+this.vpH+this.getNavType()+(C("_da_from_native")?"&fromNative=1":"")+(this.jS?"":"&ub=1")+(this.nh?"&nh=1":"")+"&ptax="+u(this.pTax)+"&pr="+u(this.pRol)+"&pt="+u(this.pTitle)+"&ref="+u(this.refUsed||this.ref.split("/")[2]===Nb.host?"":this.ref)+"&pu="+u(v(this.pageUrl.url))+(this.pageGroups&&this.pageGroups.length?"&pgroups="+JSON.stringify(this.pageGroups):"")+"&qu="+u(v(this.getPagePart("query",this.iQR)))+"&fr="+u(v(this.getPagePart("hash",this.iFR)))+a+"&tz="+this.tZ+"&v="+ec.ver+"&cv="+hc.configVersion+"&cjs="+hc.jsVersion+"&htmlVersion="+(this.remoteStorage?"HJSON":"DJSON")+"&bot="+W(this.botDetected);return this.refUsed=1,b},postInfo:function(a,b,c){this.net.postInfo(a,b,c)},postApi:function(a,b){var c=G();(da(this.apiCT[a])||c-this.apiCT[a]>3e3)&&(!b&&this.jCur.jE.push(a),this.postInfo("apicall",{api:a}),this.apiCT[a]=c)},clearTimer:function(a){for(var b=0,c=a.length;c>b;b++)clearInterval(this[a[b]]),this[a[b]]=null},qualifyURL:function(a,b){var c="";if(b=S({},b),a=Sa(a),""===a||"#"===a.charAt(0))return a;if(a=vb(a),-1!==a.indexOf("#")){var d=a.split("#");if(0===Nb.href.indexOf(d[0]))return c="#"+d.slice(1).join("#")}return 0===Nb.href.indexOf(a)?c="":0===a.indexOf(this.pUrl)?c=a:"data:"===a.substring(0,5)?c=this.qualifyDataURL(a,b):Ub.protR.test(a)&&(c=this.qualifyStandardURL(a,b)),c},qualifyStandardURL:function(a,b){y(this.ouC)&&(a=Ma(this.ouC,this)(a)),a=a.replace(Ub.urlFix,"").replace(Ub.protR,"$1/"),a&&!this.isBlacklisted(a)?this.addToPUList(a):a="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7";var c="";return b.prefix&&(c=this.remoteStorage?"[DI_PROXY_URL]":this.pUrl),c+a},qualifyDataURL:function(a,b){return a.length>this.jrMin&&!b.noProxy&&(this.canCollectResource()?a=this.resourceProxy(a):this.remoteStorage||(this.lb=!0,a="")),a},resourceProxy:function(a){var c,d=a.match(Ub.dU);return b(d)||(c={content:a,name:F(a)+"-"+a.length+"."+d[1]},this.sendResource(c),a=this.rUrl+c.name),a},canCollectResource:function(){return this.hasFeature(cc.RESOURCE_PROXY)&&!this.remoteStorage},getAccountId:function(){return this.aId},getPropertyId:function(){return this.wId},getPageViewId:function(){return this.pvId},activateDXAWidget:function(){Oc.activateDXAWidget()},activateHeatmap:function(a){return Oc.activateHeatmap(a)},Sizzle:Qb,addEvent:n,ajax:Wc.execute,closest:Za,extend:S,forIn:T,getAttribute:z,getCookie:Ua,getLS:ra,getNodeName:k,getQualifiedSelector:Ra,getSS:C,getSiblings:pa,triggerEvent:Na,getEventKeys:sb,getStyle:Ca,getXPath:_,handleException:Zb.processError,handleProcessedException:Zb.processErrorString,hash:F,hasKey:R,height:mb,inArray:a,isArray:ta,isEmpty:b,isEmptyObject:ha,isFunction:y,isNode:j,isNumber:L,isObject:M,isObjectNoProp:ha,isObjectWithProp:ua,isString:f,isUndefined:da,offset:$a,parents:Za,proxy:Ma,scrollLeft:ob,scrollTop:qb,setLS:ub,setSS:I,siblings:pa,stringify:dc,trim:Sa,trimnlb:Xa,visible:jb,warn:N,width:rb},ld.prototype.scrollEvent=Ha(ld.prototype._scrollEvent,250),ld.prototype.scrollEventContexed=Ha(ld.prototype._scrollEventContexed,250),ld.prototype.indexItems=Ha(ld.prototype._indexItems,500),ld.prototype.sendCookieFlagsThrottled=Ha(ld.prototype.sendCookieFlags,500,!0),ld.prototype.checkDocSize=Ha(ld.prototype._checkDocSize,5e3),ld.prototype.searchFixEl=Ha(ld.prototype._searchFixEl,1e3),ld.prototype.indexScrollableThrottled=Ha(ld.prototype.indexScrollable,1e3);var md=function(){function a(a){this._Sizzle=a}return a.prototype.search=function(a,b,c){if(b){if(c)return this._Sizzle(a,b,void 0,void 0,!0);var d=[];return this._S(a,d,b,c),d}return this._Sizzle(a)},a.prototype.deepSearch=function(a,b,c){var d=[];return this._R(a,d,b,c),d},a.prototype._S=function(a,b,c,d){!d&&c&&this._Sizzle.matchesSelector(c,a)&&b.push(c),Sb.apply(b,this._Sizzle(a,c,void 0,void 0,!0))},a.prototype._R=function(a,b,c,d){var e=this;this._S(a,b,c,d),c&&c.shadowRoot&&this._R(a,b,c.shadowRoot,!0),this._Sizzle(":shadow",c,void 0,void 0,!0).forEach(function(c){e._R(a,b,c.shadowRoot,!0)})},a}();Array.prototype.forEach||(Array.prototype.forEach=function(a,b){var c;if(null===this||void 0===this)throw new TypeError(" this is null or not defined");var d=Object(this),e=d.length>>>0;if("function"!=typeof a)throw new TypeError(a+" is not a function");arguments.length>1&&(c=b);for(var f=0;e>f;){var g=void 0;f in d&&R(d,f)&&(g=d[f],a.call(c,g,f,d)),f++}}),Fb(),ec.evtKeyCodes=Z(),S(hc,ic),Hb()}();